There was an error while loading. Please reload this page.
1 parent 620f763 commit 0e202f2Copy full SHA for 0e202f2
1 file changed
tests/ServiceStack.AuthWeb.Tests/AppHost.cs
@@ -52,7 +52,7 @@ public override void Configure(Container container)
52
Plugins.Add(new RazorFormat());
53
Plugins.Add(new ServerEventsFeature
54
{
55
- WriteFn = (res, frame) =>
+ WriteEvent = (res, frame) =>
56
57
var aspRes = (HttpResponseBase)res.OriginalResponse;
58
var bytes = frame.ToUtf8Bytes();
0 commit comments