You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable onramp appears in the html examples, but it is never declared or initialized.
For example in the walkthru
onrampServer.on('message',function(peerAddress){// 3. Connect to another browser which is // connected to the WebSocket servervarpeer=onramp.connect(peerAddress);