Fix for pull request #113

This commit is contained in:
sta
2015-07-27 16:11:16 +09:00
parent 58a4f02bda
commit f99112fc2f
3 changed files with 29 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ namespace Example2
"/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.