Fix SSE live updates being cancelled on user interaction #6
Reference in New Issue
Block a user
Delete Branch "fix/sse-request-cancellation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
requestCancellationon SSE connections for Connect 4 and Snake gamesThe default Datastar
requestCancellation: 'auto'was cancelling the persistent SSE connection whenever other requests were made from the same element, requiring manual page refresh to restore updates.