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
Other Information:
We use pion/webrtc in go-libp2p for providing go nodes connectivity with browser libp2p nodes. In our testing environment we've observed some incorrect DeadlineExceededErrors from previous calls to SetReadDeadline after we had updated the Read deadline.
The fix in check if deadline timer has been cancelled before signaling #290 ensures that any past deadline timer expiry that happens after SetReadDeadline returns is ignored.
What did you do?
Called SetReadDeadline multiple times
What did you expect?
After the last call to SetReadDeadline previous deadline timers should have been ignored
What happened?
Every once a while we observe a past deadline timer firing
The text was updated successfully, but these errors were encountered:
Your environment.
We use pion/webrtc in go-libp2p for providing go nodes connectivity with browser libp2p nodes. In our testing environment we've observed some incorrect DeadlineExceededErrors from previous calls to SetReadDeadline after we had updated the Read deadline.
The fix in check if deadline timer has been cancelled before signaling #290 ensures that any past deadline timer expiry that happens after SetReadDeadline returns is ignored.
What did you do?
Called SetReadDeadline multiple times
What did you expect?
After the last call to SetReadDeadline previous deadline timers should have been ignored
What happened?
Every once a while we observe a past deadline timer firing
The text was updated successfully, but these errors were encountered: