-
Notifications
You must be signed in to change notification settings - Fork 73
Fix/socket close nre #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Allow for TLS (HTTPS) through a web proxy when using web sockets
… for GET and POST
couldnt SendAsync for POST anymore, split into GetAsync and SendAsync for GET and POST
handle the emit in try/catch
don't ping on connection not "open"
fix the issue that I created with Quobject#50
Quobject.EngineIoClientDotNet.Client.EngineIOException: Transport not open Quobject#49
…ndefinite recursion
Proposed fix for Issue 53 - use bool OnDataReceived signal to avoid i…
By using SpinWait the operation is more cpu friendly because it will yield the thread after some time.
By only locking the file for writers, it is possible to monitor the file in realtime.
Replace StopWatch by SpinWait
Lock log file only for writing
…ew background thread for every ping request
Fixed runaway threadleak issue due around ping/heartbeats
Remove debug Console.WriteLine
…ng extra headers in old .NET Standard project. Fixes Quobject#61.
Added a new project that targets .NET Standard 2.0. Fixed a bug passi…
Exposed SslProtocols option. This will be in the next release in October 2018. I will check then that all current unit tests are passing. It would be could to have a new unit test for this functionality.
fix of leading questionmark in queryParams dictionary.
Add the SslProtocols option to .NET 3.5 and 4.0
Hello, @mattqs I have added some description of a reason why I create a merge request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
EngineIoClientDotNet 1.0.8 uses with SocketIoClientDotNet 1.0.8
Target build platform 4.5
It runs as mobile app built using Unity 2019.4.8f1 for iOS and Android
We have 34k NRE in the week for 22k users. After that error socket never restores connection.