Skip to content

Fixing reconnect issues

Compare
Choose a tag to compare
@razshare razshare released this 10 May 23:47
· 37 commits to main since this release

Changes

  • Fixing an issue where source::close() and EventListener::connect() would not work as intended.
    Specifically EventListener::connect() would stop working after manually reconnecting through source::close()`.
    See #43

  • Adding more playwright tests