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 test_client connected error #1829

Closed
wants to merge 3 commits into from
Closed

fix test_client connected error #1829

wants to merge 3 commits into from

Commits on Jun 10, 2022

  1. fix test_client connected error

    The server disconnects all clients, only one testclient will disconnect.
    shinoi2 committed Jun 10, 2022
    Copy the full SHA
    e6c8b8a View commit details
    Browse the repository at this point in the history
  2. allow get received when disconnected

    When disconnecting, messages before disconnection can not received.
    shinoi2 committed Jun 10, 2022
    Copy the full SHA
    fe74651 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Add example

    何皓 committed Jun 11, 2022
    Copy the full SHA
    d2c1f64 View commit details
    Browse the repository at this point in the history