This repository was archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
failing hole punching test #213
Comments
Weirdly, this now stopped failing locally (on OSX), but now fails randomly on CI. This won't make debugging easier. |
AH! I have a guess. We now shut down the transport as of #216. Maybe we need to block until this finishes? |
We already do that, don't we: go-libp2p-quic-transport/reuse.go Lines 74 to 86 in 8272e16
|
Hm. You're right. I was thinking about https://github.com/lucas-clemente/quic-go/blob/89061486820236ffe76c3770d04fd455f5455251/closed_session.go#L49-L58, but that doesn't keep the socket open. I have no idea. We're using random ports anyways... |
This was referenced Jan 15, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: