Jonas Gloning
Jonas Gloning
The docs refer to the `'error'` event on the `Peer` instance, not on the data connection. Those currently don’t have a `type` property. This is not directly a bug, but...
Currently, there is no way to host (all of) PeerServer on a serverless platform. The primary issue is enabling two edge functions to communicate and share peer details. If you...
Here is a _very_ quick draft of a PeerServer implementation using Cloudflare Workers: https://github.com/peers/server-cf-worker. It has passed the browser test suite, but has not undergone any additional testing. Please give...
@afrokick chose the setting; maybe he can chime in
Thank you for the detailed report! The `close` listener *is* called when you manually `close()` the connection — but only if the connection transitions from the `open` state to the...