socket.io-client-csharp icon indicating copy to clipboard operation
socket.io-client-csharp copied to clipboard

Ping timeout and .NET client not receiving messages.

Open GregorBiswanger opened this issue 2 years ago • 1 comments

Hello,

at Electron.NET we would like to use this library here as a new basis. Unfortunately, we have some difficulties here that we cannot easily determine.

We get a connection established. We can send messages to the Socket.IO backend. Just not the other way around. We're not getting any messages in .NET Client. After a short time we also get a ping timeout.

When creating a new Hello World project, communication works in both directions without any problems.

What can be the reason that we cannot receive any messages from the client and that it leads to a timeout? The code on our part had worked exactly with the legacy solution. I use this to rule out incorrect event naming.

Really need urgent help to advance our open-source project.

We use .NET 6. Have tried Socket.IO in the latest version and once with 4.5.

GregorBiswanger avatar Mar 22 '23 13:03 GregorBiswanger

There are many reasons, so please provide a reproducible repo or code

doghappy avatar Apr 01 '23 14:04 doghappy