You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for a great library! We've been using it with great success, but am running into some trouble setting up the client-side socket now that I've done a bunch of dependency upgrades. The same code worked before the upgrades, so something with the new versions seems to be causing the error.
I'm on clojure 1.8, clojurescript 1.7.228, core.async 0.2.374, sente 1.8.0, encore 2.40.0, timbre 4.3.1, http-kit 2.1.19, and get the error on chrome and safari.
I start up figwheel and call: (taoensso.sente/make-channel-socket-client! "/chsk" {:type :auto})
Thanks for a great library! We've been using it with great success, but am running into some trouble setting up the client-side socket now that I've done a bunch of dependency upgrades. The same code worked before the upgrades, so something with the new versions seems to be causing the error.
I'm on clojure 1.8, clojurescript 1.7.228, core.async 0.2.374, sente 1.8.0, encore 2.40.0, timbre 4.3.1, http-kit 2.1.19, and get the error on chrome and safari.
I start up figwheel and call:
(taoensso.sente/make-channel-socket-client! "/chsk" {:type :auto})
Resulting in an error thrown in this part of your code: https://github.com/ptaoussanis/sente/blob/master/src/taoensso/sente.cljx#L811
Here is the output in the js console:
Everytime it tries to reconnect it results in another of the above error. Any ideas on what I could be missing? Thanks very much!
The text was updated successfully, but these errors were encountered: