eddiezane / react-twilio-video-post

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught Error: Cannot transition from "disconnected" to "disconnected"

newtriks opened this issue · comments

Running your example, on reload of a connected clients browser or close of the window/tab, this error shows in the browser console:

twilio-conversations.min.js:91 Uncaught Error: Cannot transition from "disconnected" to "disconnected".

This also results in preventing all of the connected clients from properly disconnected and unmounting the react component. Any ideas how to fix this?

+1