bill2004158
bill2004158
fix new line for windows. fix issue for: #191, #207, #266, #268, maybe also for: #236, #244, #280 in windows, the line break is "\r\n". (while it is "\n" in...
## Description Fetch/Ajax can connect to our server with system proxy settings. however, websocket always connect fail. ## React Native version: 0.62 ## Expected Results websocket should connect servers like...
can SuperWebSocker support .net standard?
### Describe the bug https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/projects/RabbitMQ.Client/Impl/AsyncRpcContinuations.cs#L180 ` if (tcs.TrySetCanceled())` ` {` ` tcs.TrySetException(GetTimeoutException());` ` }` if tcs is set as Canceled, then Exception won't be set. await tcs.Task will throw Task**Canceled**Exception!...