RCTWebRTCDemo-server icon indicating copy to clipboard operation
RCTWebRTCDemo-server copied to clipboard

it throws emit undefined when using the updated version of the library.

Open thecodingwhale opened this issue 5 years ago • 1 comments

after using the update version of open and socket.io it throws some issue related to `emit

    "open": "^6.3.0",
    "socket.io": "2.1.1"

error

TypeError: Cannot read property 'emit' of undefined

thecodingwhale avatar May 17 '19 01:05 thecodingwhale

@thecodingwhale yes I notice it too. I can't debug it now because I'm not so familiar with node and socket.io. When I figure it out, I'll update the repo. If you find the solution earlier please feel free to post a PR.

DimitrisTzimikas avatar May 17 '19 13:05 DimitrisTzimikas