deepstreamIO / deepstream.io

deepstream.io server
https://deepstreamio.github.io
MIT License
7.14k stars 381 forks source link

Socket hangup error using version 5.1.1 #1081

Closed dvkmca closed 3 years ago

dvkmca commented 4 years ago

Hi,

I am able to connect to deepstream using 3.1.0 version but I could not able to connect to deepstream with 5.1.0 version.

Please see attached screenshots and help me to fix the issue.

Thanks, DVK

ds3 1 0 ds5 1 1 C# code
jaime-ez commented 4 years ago

It's probably a client problem. which client are you using?

jaime-ez commented 3 years ago

Feel free to reopen if problem persist and share some code to replicate.

yasserf commented 3 years ago

The issue is your using the default path, which is using protobuf since v4. You need to use the older compatibility path in order to work. I'm not familiar with the .net library but my guess is it's the third parameter in the DeepstreamClient call.

dvkmca commented 3 years ago

Thank you all for your responses. I will recheck and let you know if still problem persists.

On Mon, Oct 12, 2020 at 10:14 PM Yasser Fadl notifications@github.com wrote:

The issue is your using the default path, which is using protobuf since v4. You need to use the older compatibility path in order to work. I'm not familiar with the .net library but my guess is it's the third parameter in the DeepstreamClient call.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/deepstreamIO/deepstream.io/issues/1081#issuecomment-707229274, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQXRFGZNXKRDHACNL6GVZNLSKMW5XANCNFSM4QKJRVNQ .