According to this, it looks like websockets are generally not friendly with workers/containers https

According to this, it looks like websockets are generally not friendly with workers/containers https://github.com/cloudflare/workerd/issues/2319
GitHub
When attempting to use DurableObjects RPC with a WebSocket, an error is encountered during serialization. The error message indicates that objects of type WebSocket cannot be serialized. This issue...
Was this page helpful?