gaukas / watm

WebAssembly Transport Module
GNU General Public License v3.0
1 stars 0 forks source link

Panic when running WATM-Go at the Rust Runtime #10

Open erikziyunchi opened 7 months ago

erikziyunchi commented 7 months ago

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