Closed GeneGenie closed 6 years ago
What version of node are you using?
We use this under the hood for node support so you should probably check here: https://github.com/js-platform/node-webrtc
This is node v6.5.0 OSx 10.11.5
The issue reproduces even if I'll remove all the logical parts and leave only peer creation on socket connection. After 4-10 requests it fails.
Well the basic question was am I doing something wrong from the logical point of view, I'm new to wrtc. Basic idea is: make separate wrtc connections (P2P client<->server) with each socket client
@GeneGenie Do you see anything on the node-webrtc issues thats similar to yours? I'm thinking it doesn't work w/ your node version. You should try opening a ticket there.
Closing, no response. Let me know if this is still an issue and I will reopen.
Hello guys, i'm facing an issue
Application is setting P2P data channel connection with browser. Where browser is always initiator.