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

Fix incorrect value (only udt) swapped into conns_ #337

Closed osbert closed 5 years ago

osbert commented 5 years ago

The value stored per client session is

[server-channel-socket, timestamp]

but in this particular instance only the timestamp was swapped in.

ptaoussanis commented 5 years ago

Thanks Osbert, merging manually now! 👍