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

Ping events subject to wrapping by `wrap-recv-evs`? #437

Open ptaoussanis opened 1 year ago

ptaoussanis commented 1 year ago

Bug in v1.19.2: wrap-recv-evs? option seems to unintentionally wrap pings when enabled.

Ref. https://github.com/taoensso/sente/issues/436#issuecomment-1706311139

Update: actually need to properly consider what behaviour makes the most sense here.