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

Fixed the race condition in StreamingWebSocketClient #739

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

Commits on Nov 20, 2021

  1. Fixed the race condition in StreamingWebSocketClient...

    made StopAsync and StartAsync thread-safe. Implemented the fix for Nethereum#738. Fixed the problem where the _listener task completed immediately. Also, the listener now quits when the WebSocket disconnects.
    snake-4 committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    e7cf8d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

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