We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running some tests on utp-native, and I've noticed on some repeated invocations:
node: ../deps/libutp/utp_internal.cpp:3405: void utp_shutdown(UTPSocket*, int): Assertion `conn' failed.
If I wait a bit of time, and restart the tests, it works again.
Seems to happen when I try to create a connection and then fail the connection and have to shutdown.
It's weird that this error only occurs upon starting the program again. It appears like there is some state kept between program invocations.
The text was updated successfully, but these errors were encountered:
Interesting, which version are you running and on what platform?
Sorry, something went wrong.
"utp-native": "^2.4.0",
I'm running on Linux matrix-central 5.10.18 #1-NixOS SMP Tue Feb 23 14:53:25 UTC 2021 x86_64 GNU/Linux
same here
Windows 10 21H2 build 19044.1706 utp-native: 2.5.3
i'm going to blame electron, because this doesn't seem normal?
No branches or pull requests
I'm running some tests on utp-native, and I've noticed on some repeated invocations:
If I wait a bit of time, and restart the tests, it works again.
Seems to happen when I try to create a connection and then fail the connection and have to shutdown.
It's weird that this error only occurs upon starting the program again. It appears like there is some state kept between program invocations.
The text was updated successfully, but these errors were encountered: