github beyondcode/laravel-websockets 2.0.0-beta.23

latest releases: 1.14.1, 1.14.0, 1.13.2...
pre-release3 years ago

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)

Don't miss a new laravel-websockets release

NewReleases is sending notifications on new releases.