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
Hey, I'm testing the basic examples from example folder and get this on every connection I try:
/home/test/node_modules/sip/sip.js:626
local = {address: ws._socket.address().address, port: ws._socket.address().port},
^
TypeError: ws._socket.address is not a function
Hey, I'm testing the basic examples from example folder and get this on every connection I try:
if I console log ws._socket ill get:
Why is their no address function? Do I miss something?
Node Version: 8.11.1
OS: Debian 9
The text was updated successfully, but these errors were encountered: