Subscribing to raw web sockets

Hello. I am experiencing an issue where after a time all of my raw websocket connections disconnect.

I usually have a few @trade raw connections open at a time. I can’t find anything about limits in this, and I am wondering what is going on.

the code i get is 1006

After disconnection, I cannot reconnect. I get ECONNECTION refused.

Please enrich your information…

  1. What’s the WSS URL?
  2. What exactly did you subscribe?
  3. Does this happen everytime or it does under specific circumstances?

exact url is:

`wss://stream.binance.com:9443/ws/[symbol]@trade`

I am subscribing to a few of these in different instances, and they drop connection randomly. my socket readyState is 3, I attempt reconnect programatically but nothing happens.

Still need more details…
I can connect to wss://stream.binance.com:9443/ws/btcusdt@trade just fine. Please check your network stability.
Besides,

How did you reconnect? Do you mean if you connect successfully but you cannot reconnect? But if you try again you can connect? Try to be more specific