taoensso / sente

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

Add reliable server->client broadcast, with ack? #419

Open ptaoussanis opened 1 year ago

ptaoussanis commented 1 year ago

Might be nice to add (optional?) reliability mechanism to server->uid broadcasts:

This would cooperate (be in addition to) #420.

423 may be a dependency.

Wouldn't be too difficult to add this, might consider for Sente v1.19. Please 👍 if something like this would be desirable for your use case.