taoensso / sente

Realtime web comms library for Clojure/Script
https://www.taoensso.com/sente
Eclipse Public License 1.0
1.73k stars 193 forks source link

Consider: more reliable WebSocket server->client broadcasts #420

Closed ptaoussanis closed 1 year ago

ptaoussanis commented 1 year ago

Currently:

I.e. Ajax broadcasts have a reliability mechanism that WS broadcasts do not. While it's less critical for WS connections, this might be a nice feature to extend to WS broadcasts too.

ptaoussanis commented 1 year ago

Closing, this will be included in forthcoming v1.18.0 release 👍