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
I'm doing a Rust implementation of the XTB API and looking for some references. I saw your project. I'm running into an issue when I try to connect to XTB stream API (no issues with the other one). I get disconnected when I try to send any message after the connection is established (including the login). I don't have experience with Elixir, but I'd say you are using main_socket.ex for the regular WS API and streaming_message.ex for the Stream API. Is that correct? What is the difference between both APIS?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm doing a Rust implementation of the XTB API and looking for some references. I saw your project. I'm running into an issue when I try to connect to XTB stream API (no issues with the other one). I get disconnected when I try to send any message after the connection is established (including the login). I don't have experience with Elixir, but I'd say you are using main_socket.ex for the regular WS API and streaming_message.ex for the Stream API. Is that correct? What is the difference between both APIS?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions