Skip to content
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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 14, 2020

  1. Wip: fix connection goes silent in binance_websocket

    schedule connection retry if it fail, it will quit
    mussonero committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f2bde06 View commit details
    Browse the repository at this point in the history
  2. Additional Fixes to binance_websocket.

    added additional notes and fixed "IF ELSE" statement +  missing header
    mussonero committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    4f46004 View commit details
    Browse the repository at this point in the history
  3. 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
    mussonero committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2851b5f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Map and serialize every endpoint connection

    Note: a single connection can listen to a maximum of 1024 streams
    mussonero committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    3282989 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. fix missing mutex_init & mutex_destroy

    fix missing  pthread_mutex_init & pthread_mutex_destroy.
    mussonero authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    4c3e88a View commit details
    Browse the repository at this point in the history
  2. remove unused lws_extesion & more mutex luck to event-callback

    remove unused lws_extesion & more  mutex luck to event-callback
    mussonero committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    649627d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    5570807 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Update README.md

    mussonero authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ead9be8 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mussonero authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    fb1ce5c View commit details
    Browse the repository at this point in the history