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

Prevent ws send() after hibernation #1005

Merged
merged 1 commit into from
Aug 10, 2023
Merged

Commits on Aug 10, 2023

  1. Prevent ws send() after hibernation

    If a client does not honor a close message sent from a DO, we will not
    receive a close from the client. We need to keep track of the fact the
    DO's websocket sent a close, otherwise we will allow the websocket to
    send() again once it wakes from hibernation.
    MellowYarker committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9bb0472 View commit details
    Browse the repository at this point in the history