simplifying basic chat notifications
This commit is contained in:
parent
75fbe7be5e
commit
9774182add
11 changed files with 113 additions and 106 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue