WSS: Trade pulled twice?

Amid pulling from symbol@trade stream, is it possible for a trade to be pulled twice?

That’s not how websocket stream work, client can’t pull data over the socket. May be you can check the restful endpoints.

Apologizes for ambiguity, by pull I meant it as in Push/Pull pattern → a worker pulls data from a producer, in our case Binance WSS is the producer.

The idea is the same: it occurs that some trades streamed by Binance WSS are duplicated. Is that expected behavior which we should handle on our own, or is it a bug? I can offer Nodejs code sample for you to diagnose.

It will be greate if you can share the code for analysis , and also you can paste the log here.