You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
ThaliMobile.disconnect() destroys peer listener. Any future attempts to connect to the same peer will fail because peer listener is created only after receiving 'nonTCPPeerAvailabilityChanged' event from the native layer.
Mainly it affects thaliPeerPoolOneAtATime which uses _terminateOutgoingConnection directly. When there are several actions in the queue and the current one ends peer pool destroys peer listener. If the remote peer don't have updates anymore, then the rest of the actions are doomed to fail.
#1527 would fix this issue but these changes are complex on its own.
The text was updated successfully, but these errors were encountered:
ThaliMobile.disconnect()
destroys peer listener. Any future attempts to connect to the same peer will fail because peer listener is created only after receiving 'nonTCPPeerAvailabilityChanged' event from the native layer.Mainly it affects
thaliPeerPoolOneAtATime
which uses_terminateOutgoingConnection
directly. When there are several actions in the queue and the current one ends peer pool destroys peer listener. If the remote peer don't have updates anymore, then the rest of the actions are doomed to fail.#1527 would fix this issue but these changes are complex on its own.
The text was updated successfully, but these errors were encountered: