Skip to content

fix: Ensure session reconnects after clearing entries in dashboard - #1

Merged
CallMeLeon167 merged 1 commit into
mainfrom
3_bug_clear_bnt_fix
Apr 10, 2026
Merged

fix: Ensure session reconnects after clearing entries in dashboard#1
CallMeLeon167 merged 1 commit into
mainfrom
3_bug_clear_bnt_fix

Conversation

@CallMeLeon167

@CallMeLeon167 CallMeLeon167 commented Apr 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fixes a bug where no new debug entries would appear in the dashboard after clicking the "Clear" button. The issue was caused by the SSE (Server-Sent Events) stream maintaining the old lastId counter after the session was cleared on the server. When new entries were created with IDs starting from 1, the browser still looked for entries with IDs greater than the previous maximum, resulting in no entries being displayed until the page was manually reloaded.

Type of change

  • Bug fix
  • New feature
  • Refactoring (no functional change)
  • Configuration / .env change
  • Documentation update
  • Other:

@CallMeLeon167 CallMeLeon167 self-assigned this Apr 10, 2026
@CallMeLeon167

CallMeLeon167 commented Apr 10, 2026

Copy link
Copy Markdown
Owner Author

#3 Issue

@CallMeLeon167
CallMeLeon167 merged commit 14d8e50 into main Apr 10, 2026
5 checks passed
@CallMeLeon167
CallMeLeon167 deleted the 3_bug_clear_bnt_fix branch April 10, 2026 15:30
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.

1 participant