Snarpix
Snarpix
I have experienced panic in dyon 0.44.0 in following code: ``` use std::sync::Arc; use dyon::{load_str, error, Call, Module, Runtime, RustObject}; #[derive(Debug)] struct Test{} fn main() { let mut module =...
RTCDataChannel::close() calls DataChannel::close(), which calls Stream::shutdown() which calls Stream::send_reset_request(). Stream::send_reset_request() does not wait for connection close. So there is no way to wait for shutdown handshake to complete. In my...
There is no good use case to silently ignore error...