jchristn/WatsonWebsocket

README sample issue

Closed this issue · 1 comments

The README's server example includes ClientConnectedEventArgs and ClientDisconnectedEventArgs, which seem to have been replaced by ConnectionEventArgs and DisconnectionEventArgs, respectively.

Also it looks like Encoding.UTF8.GetString(args.Data) should be Encoding.UTF8.GetString(args.Data.Array).

Thanks for letting me know! I'll get it fixed ASAP