Skip to content

Best practice solutions for a maximum stable connection!

Oliver Zehentleitner edited this page May 5, 2020 · 12 revisions

Here we collect all informations that help to build stable websocket connections to Binance.

  • Dont mix up stream channels too much. Even if Binance and UNICORN Binance Websocket API are supporting it, those streams are not as stable as one-channel-streams. One channel with < 1024 markets!
  • Use the stream_buffer, instead of the process_stream_data callback function.