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

feat: add /sse endpoint to test Server-Sent Events #160

Merged
merged 2 commits into from
Dec 12, 2023
Merged

feat: add /sse endpoint to test Server-Sent Events #160

merged 2 commits into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. feat: add /sse endpoint to test Server-Sent Events

    Each event is a "ping" that includes an incrementing integer ID and an
    integer Unix timestamp with millisecond resolution:
    
        event: ping
        data: {"id":9,"timestamp":1702417925258}
    
    Fixes #150.
    mccutchen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    774dea4 View commit details
    Browse the repository at this point in the history
  2. flaky in ci?

    mccutchen committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    2fc547a View commit details
    Browse the repository at this point in the history