I notice that the durable object macro panics with this error:
error[E0277]: the trait bound `Node: JsObject` is not satisfied --> src/lib.rs:15:1 |15 | #[durable_object] | ^^^^^^^^^^^^^^^^^ the trait `JsObject` is not implemented for `Node` | = help: the following other types implement trait `JsObject`: ext::abort_controller::glue::AbortController worker::worker_sys::web_sys::AbortController ext::abort_signal::glue::AbortSignal ext::cache_storage::glue::CacheStorage worker::worker_sys::web_sys::AbortSignal ext::headers::glue::Headers ext::request::glue::Request Array and 113 others = note: required for `Box<[Node]>` to implement `IntoWasmAbi` = note: 1 redundant requirement hidden = note: required for `Vec<Node>` to implement `IntoWasmAbi` = note: this error originates in the attribute macro `wasm_bindgen::prelude::wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0277]: the trait bound `Node: JsObject` is not satisfied --> src/lib.rs:15:1 |15 | #[durable_object] | ^^^^^^^^^^^^^^^^^ the trait `JsObject` is not implemented for `Node` | = help: the following other types implement trait `JsObject`: ext::abort_controller::glue::AbortController worker::worker_sys::web_sys::AbortController ext::abort_signal::glue::AbortSignal ext::cache_storage::glue::CacheStorage worker::worker_sys::web_sys::AbortSignal ext::headers::glue::Headers ext::request::glue::Request Array and 113 others = note: required for `Box<[Node]>` to implement `IntoWasmAbi` = note: 1 redundant requirement hidden = note: required for `Vec<Node>` to implement `IntoWasmAbi` = note: this error originates in the attribute macro `wasm_bindgen::prelude::wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
Signaling server for WebRTC that supports SSL-encrypted connections - GitHub - rasviitanen/rustysignal: Signaling server for WebRTC that supports SSL-encrypted connections