-
Notifications
You must be signed in to change notification settings - Fork 42
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
fix connection goes silent #17
base: master
Are you sure you want to change the base?
Commits on Oct 14, 2020
-
Wip: fix connection goes silent in binance_websocket
schedule connection retry if it fail, it will quit
Configuration menu - View commit details
-
Copy full SHA for f2bde06 - Browse repository at this point
Copy the full SHA f2bde06View commit details -
Additional Fixes to binance_websocket.
added additional notes and fixed "IF ELSE" statement + missing header
Configuration menu - View commit details
-
Copy full SHA for 4f46004 - Browse repository at this point
Copy the full SHA 4f46004View commit details -
fix crashing on received signal in binance_websocket
Segmentation fault can happen when we attempting to emit signals from within the static method. In other words, from the callback, we need to invoke some non-static method of WebSocket which would emit the needed signal
Configuration menu - View commit details
-
Copy full SHA for 2851b5f - Browse repository at this point
Copy the full SHA 2851b5fView commit details
Commits on Oct 16, 2020
-
Map and serialize every endpoint connection
Note: a single connection can listen to a maximum of 1024 streams
Configuration menu - View commit details
-
Copy full SHA for 3282989 - Browse repository at this point
Copy the full SHA 3282989View commit details
Commits on Oct 18, 2020
-
fix missing mutex_init & mutex_destroy
fix missing pthread_mutex_init & pthread_mutex_destroy.
Configuration menu - View commit details
-
Copy full SHA for 4c3e88a - Browse repository at this point
Copy the full SHA 4c3e88aView commit details -
remove unused lws_extesion & more mutex luck to event-callback
remove unused lws_extesion & more mutex luck to event-callback
Configuration menu - View commit details
-
Copy full SHA for 649627d - Browse repository at this point
Copy the full SHA 649627dView commit details
Commits on Oct 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5570807 - Browse repository at this point
Copy the full SHA 5570807View commit details
Commits on Sep 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ead9be8 - Browse repository at this point
Copy the full SHA ead9be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1ce5c - Browse repository at this point
Copy the full SHA fb1ce5cView commit details