deepstreamIO / deepstream.io

deepstream.io server

Home Page:https://deepstreamio.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket hangup error using version 5.1.1

dvkmca opened this issue · comments

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

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

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

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.