Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

2.0.0-beta.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@rennokki rennokki released this 18 Sep 18:13
· 133 commits to 2.x since this release
265c80d

Keep in mind, this release is experimental. Testing and reporting issues are highly appreciated.

Please check this PR for more details and roadmap: #447

  • Fixed a bug where broadcastAcrossServers was not called if the needed channel existed locally (7519da4, 546c4fd)
  • broadcastAcrossServers() now accepts a socketId parameter to know the origin of the event (if possible) (30c6635)
  • Added broadcastLocallyToEveryoneExcept to broadcast only locally, excepting a socket ID (9856fb6)
  • Fixed a bug where the mapWithKeys lead to duplicate keys when removing obsolete connections (9a6e8e3)
  • getForGraph() now accepts a $processCollection closure (14a7944)
  • Fixed HealthHandler that didn't work for HTTP requests (7f6b8fa)