Skip to content

Fix: emit() drops events silently when socket is disconnected (no retry/queue) (Auto-Generated) - #69

Merged
hotoke-no-Kami merged 2 commits into
gear5labs:buildfrom
ndyugwu:driptide/issue-52-1785443122860
Aug 1, 2026
Merged

Fix: emit() drops events silently when socket is disconnected (no retry/queue) (Auto-Generated)#69
hotoke-no-Kami merged 2 commits into
gear5labs:buildfrom
ndyugwu:driptide/issue-52-1785443122860

Conversation

@ndyugwu

@ndyugwu ndyugwu commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Closes #52

This PR was generated by the DripTide AI coder and scoped strictly to issue #52.

Changes

Updated SocketManager.emit to return a boolean, conservatively warn and reject disconnected emits by default, optionally queue disconnected events with a configurable maximum queue size, and flush queued events after connection or reconnection.

Verification

Passed automated self-review (lint + issue-coverage checks).

Linked with Closes #52 so the Drips Wave bot resolves the issue on merge.

@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

@ndyugwu is attempting to deploy a commit to the Fishon Amos' projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@ndyugwu Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@hotoke-no-Kami
hotoke-no-Kami merged commit b7fe0d4 into gear5labs:build Aug 1, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

emit() drops events silently when socket is disconnected (no retry/queue)

2 participants