Client disconnects after sending data #229
Replies: 2 comments 5 replies
-
Hi @manprinsen can you attach a handler to the client and server |
Beta Was this translation helpful? Give feedback.
-
Are you using the NuGet package? Which operating system are you using? What runtime (.NET Framework, .NET Core, etc) and which version are you using? Could you try the steps here? https://stackoverflow.com/questions/62764744/could-not-load-file-or-assembly-system-runtime-compilerservices-unsafe |
Beta Was this translation helpful? Give feedback.
-
hello again!
I am experiencing a weird problem. When a client sends a message to the server e.g client.Send(“hello”) it just disconnects and returns no errors.
I have try/catches around the send command and also in the server project, messagereceived but no errors.
At the server project the client donnected and disconnected callbacks are triggered as expected.
Beta Was this translation helpful? Give feedback.
All reactions