Browse Source

[Modify] Add it

pull/298/merge
sta 4 months ago
parent
commit
8c80be55a8
  1. 4
      Example/Program.cs

4
Example/Program.cs

@ -56,6 +56,10 @@ namespace Example
// To emit a WebSocket.OnMessage event when receives a ping.
//ws.EmitOnPing = true;
// To disable a delay when send or receive buffer of the underlying
// TCP socket is not full.
ws.NoDelay = true;
#endif
// To enable the Per-message Compression extension.
//ws.Compression = CompressionMethod.Deflate;

Loading…
Cancel
Save