Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I'm currently creating an openBVE plugin (Train Simulator Plugin) that uses .NET Framework 4.6.1
I have a nodejs server that is hosting a simple Socket.IO Server
Issue
For some reason I cannot get SocketIOClient to connect to the server, and I'm not receiving any events from the client that may indicate the main issue.
Code
Output
After about 1-2 seconds...
And from my
DumpClient
function I can see that the client is disconnected, there are no other logs, so I can't tell if there was an error or not. And the server also didn't log anything, so it obviously did not successfully connect to the server at all.If anyone could help me out on this that would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions