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.76k stars 575 forks source link

Is it possible to setup a connection timeout (WsClient)? #246

Open alikendarfen opened 1 year ago

alikendarfen commented 1 year ago

A question.

Here is my scenario:

Is there a way to specify a connection timeout so that I can avoid waiting for these 20s?

gitjsdr26 commented 3 months ago

Related to #101