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

bug: panic when running with water-rs #2

Closed
gaukas opened this issue Feb 22, 2024 · 1 comment
Closed

bug: panic when running with water-rs #2

gaukas opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gaukas
Copy link
Contributor

gaukas commented Feb 22, 2024

Getting panic: runtime error: nil pointer dereference when getting a connection in the Listener mode. The issue has been identified caused by the usage of the global default logger from the log package. And if we initialize a customized logger first and use that, everything worked perfectly. Investigations are underway for the issue of the default logger (since it worked with the Go runtime).


This issue is migrated from gaukas/watm#10.

@erikziyunchi
Copy link
Member

Solved with refraction-networking/water-rs#37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants