doghappy / socket.io-client-csharp

socket.io-client implemention for .NET
MIT License
741 stars 129 forks source link

DISCONNECT message for default namespace has redundant comma #200

Closed DmitryBk closed 3 years ago

DmitryBk commented 3 years ago

Currently, DISCONNECT message always ends with a comma, but the comma should only be present with a namespace. Please take a look PR #199