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

Abstraction leak fix #445

Open danielsz opened 2 months ago

danielsz commented 2 months ago

Removed ajax-resp-timeout-val option as it should not be a user-defined value.

See https://github.com/taoensso/sente/issues/444 for context.

ptaoussanis commented 2 months ago

Thanks Daniel! I'll get this merged next time I'm on batched Sente work 👍

Much appreciated.

danielsz commented 2 months ago

You bet. Thank you!