bill2004158

Results 4 issues of 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...

Platform: iOS
API: Settings
Needs: Triage :mag:

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!...

bug