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 Reconnect Crash By Removing Waiting For WebSocket Connection #69

Closed
wants to merge 8 commits into from

Commits on Apr 5, 2024

  1. ws connected callback

    lastpeony committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e26f67a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. remove waiting for websocket

    lastpeony committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0e9a6cd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix reconnection segmentation fault crash

    lastpeony committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    51a41b9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. users can send consequent publish/play requests. Even if WS is not

    connected. faster reconnection for play.
    lastpeony committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e92fe2a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into reconnectCrashFix

    lastpeony committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3f9f587 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. some work

    lastpeony committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a437b3d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. rewrite reconnection, rewrite permission handling

    lastpeony committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ce3823b View commit details
    Browse the repository at this point in the history
  2. clean up, modify sample activities

    lastpeony committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    278d0d8 View commit details
    Browse the repository at this point in the history