simplifying basic chat notifications

This commit is contained in:
Paul Schneider 2019-05-22 17:27:44 +01:00
commit 9774182add
11 changed files with 113 additions and 106 deletions

View file

@ -17,7 +17,7 @@ namespace Yavsc
var webSocketOptions = new WebSocketOptions()
{
KeepAliveInterval = TimeSpan.FromSeconds(120),
ReceiveBufferSize = 4 * 1024,
ReceiveBufferSize = 16 * 1024,
ReplaceFeature = true
};
app.UseWebSockets(webSocketOptions);