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
    
        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 broadcastAcrossServerswas not called if the needed channel existed locally (7519da4, 546c4fd)
- broadcastAcrossServers()now accepts a- socketIdparameter to know the origin of the event (if possible) (30c6635)
- Added broadcastLocallyToEveryoneExceptto broadcast only locally, excepting a socket ID (9856fb6)
- Fixed a bug where the mapWithKeyslead to duplicate keys when removing obsolete connections (9a6e8e3)
- getForGraph()now accepts a- $processCollectionclosure (14a7944)
- Fixed HealthHandler that didn't work for HTTP requests (7f6b8fa)