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
Cosmetic bug found while testing ipfs/kubo#10463 against current master (db41da3)
Shutting down ipfs daemon with ctrl+c makes webrtc-udpmux to always log error:
ipfs daemon
webrtc-udpmux
$ ipfs daemon ... Daemon is ready ^C Received interrupt signal, shutting down... (Hit ctrl-c again to force-shutdown the daemon.) 2024-08-01T21:30:26.328+0200 ERROR webrtc-udpmux udpmux/mux.go:149 error reading from socket [::]:4001: context canceled 2024-08-01T21:30:26.328+0200 ERROR webrtc-udpmux udpmux/mux.go:149 error reading from socket 0.0.0.0:4001: context canceled
cc @MarcoPolo since you worked on #2889
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Cosmetic bug found while testing ipfs/kubo#10463 against current master (db41da3)
Shutting down
ipfs daemon
with ctrl+c makeswebrtc-udpmux
to always log error:cc @MarcoPolo since you worked on #2889
The text was updated successfully, but these errors were encountered: