Open sanches89 opened 4 years ago
There is a frame of time between the socket creation and send a request that can cause duplicate subscriptions. To prevent that, it is necessary to only call pushRequest to notifiers that are appended at the moment that the handPush is called.
pushRequest
notifiers
handPush
There is a frame of time between the socket creation and send a request that can cause duplicate subscriptions. To prevent that, it is necessary to only call
pushRequest
tonotifiers
that are appended at the moment that thehandPush
is called.