Socket keeps disconnecting

I’m trying to use websockets from Advanced Trade API to fetch market data for a large number of tickers.

It works flawlessly when I run locally on localhost but as soon as I deploy on a production server, coinbase keeps disconnecting the websocket.

Help would be highly appreciated.

It sonds like problem on your server side.

I was seeing if anyone else was having the same issue. I never had these issues before and I was debugging and debugging trying to find my bug in my client. Like @Romazes said, it seems they are having server side issues.

@lightyagami , You said it works flawlessly on localhost, but how long do you actually run the client to check? I usually don’t experience the first disconnects until hours after I start my client up.