send-buffered-server-evs>ajax-clients! has logic to allow time for possible reconnects during broadcast.
send-buffered-server-evs>ws-clients! does not.
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.
Currently:
send-buffered-server-evs>ajax-clients!
has logic to allow time for possible reconnects during broadcast.send-buffered-server-evs>ws-clients!
does not.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.