chronoxor / NetCoreServer

Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
https://chronoxor.github.io/NetCoreServer
MIT License
2.63k stars 550 forks source link

Cannot connect to WssChatServer for example #294

Open tungvl99ql opened 4 months ago

tungvl99ql commented 4 months ago

I tried to connect and got an error message on the client side::"Client network socket disconnected before secure TLS connection was established". The server side also informed that Chat WebSocket session caught an error with code NotConnected immediately after which the connection was disconnected. I also tried changing the certificate but still got the error