Fix for pull request #113
This commit is contained in:
@@ -90,6 +90,8 @@ namespace Example3
|
||||
"/Chat",
|
||||
() => new Chat ("Anon#") {
|
||||
Protocol = "chat",
|
||||
// To emit a WebSocket.OnMessage event when receives a Ping.
|
||||
EmitOnPing = true,
|
||||
// To ignore the Sec-WebSocket-Extensions header.
|
||||
IgnoreExtensions = true,
|
||||
// To validate the Origin header.
|
||||
|
||||
Reference in New Issue
Block a user