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
Here it seems like all the method invocations contain a leading "42" number. I didn't find this described in the docs. Where does it come from?
I'm trying to replicate the python client behaviour using scala and akka-http without much luck. I keep ending up with the following response:
I figured out that the API provided is not plain websockets API. It's socket.io API with only websocket transport enabled (It would be nice to edit the API description to reflect this fact).
These "42" numbers is what socket.io uses for namespacing.
bots/python/etherdeltaclientservice.py
Line 362 in 3bc9411
Here it seems like all the method invocations contain a leading "42" number. I didn't find this described in the docs. Where does it come from?
I'm trying to replicate the python client behaviour using scala and akka-http without much luck. I keep ending up with the following response:
cc @tomvanbraeckel
The text was updated successfully, but these errors were encountered: