sacOO7 / SocketclusterClientDotNet

C# client for socketcluster framework in node.js

Home Page:http://socketcluster.io/#!/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"SocketProtocolError: Socket hung up" error on server after closing program

Aeroxander opened this issue · comments

Thought the error could have something to do with the reverse proxy but I tried different ones so that isn't the issue.

I also need a 500ms timeout before I start subscribing after starting the connection, just tell me if I expect to much or if that is something that can be fixed too or if that's something with the server 😛

I just manually send a disconnect event to the javascript client on the ApplicationExit event. Seems to work fine. Would rather be able to see which channel the C# client was connected to and send the disconnect event on the server though 😄

Ok, Thanks. That worked out just fine 👍 Will use the same issue same problems. Good work :) .