simplifying basic chat notifications

This commit is contained in:
2019-05-22 17:27:44 +01:00
parent 9c9b37b61f
commit 40d0e74b6e
11 changed files with 112 additions and 105 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);