Jonas Gloning

Results 64 comments of Jonas Gloning

The server is up with a pretty decent track record. See our [status page](https://status.peerjs.com/). If it's marked as online there and not reachable for you, most likely it's a network...

Yes, currently there's a DDoS from North America. What was a steady stream of a few hundred thousand to million connections grew to half a billion requests in the last...

I'm not aware of any reason to use `serialisation: "json"` anymore. So not for now.

PeerJS uses WebRTC, which is _already end-to-end encrypted_ once a connection is established. If you don't trust the PeerServer, this may not be enough: A malicious instance could modify the...

Hey @ivelin, I know it took too long, but I just published support for [MessagePack](https://docs.peerjs.com/client/DataConnection/Serializers/MessagePack/) and [CBOR](https://docs.peerjs.com/client/DataConnection/Serializers/CBOR/).

Is this still a problem? It works on iOS for me and has so for the last versions of both PeerJS and iOS. If yes, please help me reproduce this...

Thanks, @MirSowasVonEgal. I can reproduce this in part; your link doesn't work on iOS 15. I [modified your Glitch slightly](https://glitch.com/~rocky-season-stomach): upgraded PeerJS to the latest stable version, and switched to...

Perfect! I’ll close this, as it seems to work with recent PeerJS versions. If someone experiences issues with a particular setup, please open a _new_ issue.