-
I'm attempting to write some reconnect functionalities throughout my application and they cover most flows, however, among the most challenging seems to be network issues.
When I disconnect from my…
-
I can start the server using either `-p=9000` or `--port=9000`. As both are listed as aliases in the options I would expect them to behave identically. However I get the following output:
```
MyMa…
-
Raised the question on the Google Group but there is no activity there https://groups.google.com/forum/?fromgroups#!topic/peerjs/-vewv9t4vrQ
-
I have wrote a program using peerjs in Ionic 3. I can run them successfully in computer browsers and computer android emulator (successfully connecting other peers and send/receive messages). However,…
-
(please feel free to rephrase the title of the issue, that's the best I could come up with)
I have a peer-to-peer application where peer A is the first to be set up and waits for peer B to connect to…
-
So recently we needed to restart our peerjs server as after months of uptime it went down. I wasn't the one doing it, I'm not dealing with the backend. Anyway, everything seemed to be in order, but no…
-
UA of iOS device: "Mozilla/5.0 (iPad; CPU OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1"
UA of macOS device: "Mozilla/5.0 (Macintosh; Intel M…
-
When I use code from the 'master' branch, request for id results in 404 error, also there is CORS problem. On the other hand, 'michelle-express-rewrite' branch works fine without any of this problems.…
-
When I try to initiate the peer setup in Microsoft Edge browser am getting an error from peer.min.js file. (peerjs build:0.3.16, production)
**
> SCRIPT5022: SCRIPT5022: SyntaxError
**
But i…
-
How come `new Peer({host: 'www.myserver.com'})` sends a request to `http://www.myserver.com:443/...`?