Skip to content
New issue

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

noisy logger in webrtc-udpmux #2899

Closed
Tracked by #2778
lidel opened this issue Aug 1, 2024 · 0 comments · Fixed by #2903
Closed
Tracked by #2778

noisy logger in webrtc-udpmux #2899

lidel opened this issue Aug 1, 2024 · 0 comments · Fixed by #2903

Comments

@lidel
Copy link
Member

lidel commented Aug 1, 2024

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
...
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant