Skip to content

v0.2.1

Choose a tag to compare

@kevinccbsg kevinccbsg released this 12 Feb 14:31
· 23 commits to main since this release

Bug Fixes

  • Fix browser reconnection loop: When a browser connection is replaced by another instance, the evicted client no longer attempts to reconnect — prevents infinite ping-pong loop between competing browser tabs
  • Add log option to browser client: New log boolean option (default false) to suppress lifecycle console noise. Errors and eviction warnings always show via console.warn

Logging Strategy

Event Shown by default
Replaced by new browser / TWD not initialized / Runner error Always (console.warn)
Connecting / Connected / Disconnected / Reconnecting Only with log: true