leon icon indicating copy to clipboard operation
leon copied to clipboard

fix(server): make leon handle multiple socket.io-client instances

Open itisnajim opened this issue 1 year ago • 0 comments

What type of change does this PR introduce?

  • [x] Bugfix
  • [ ] Feature
  • [ ] Refactor
  • [ ] Documentation
  • [ ] Not Sure?

Does this PR introduce breaking changes?

  • [ ] Yes
  • [x] No

List any relevant issue numbers:

Description:

Make leon handle multiple instances of socket.io-client, you can now open multiple browser window (e.g http://localhost:1337/ ) and each one will start receiving events after an interaction (instead of just one window).

itisnajim avatar Feb 08 '24 13:02 itisnajim