chat-app-react-redux-saga-websockets
chat-app-react-redux-saga-websockets copied to clipboard
Build a Chat Application using React, Redux, Redux-Saga and Web Sockets
After cloning the repo, and assigning my IP and port (in .../src/sockets/index.js), cannot get rid of the below error: uncaught at handleNewMessage at takeEvery at Error: Failed to execute 'send'...
thank you very much for your tutorial I followed it till the end and I could understand redux and sagas a lot. I'm having this issue though, I tried several...
A listener for the 'error' event is now required in ws to avoid causing a crash when some clients (especially Chrome) disconnect. See this ws issue: https://github.com/websockets/ws/issues/1256.
Hello thank you very much for your tutorial I followed it till the end and I could understand redux and sagas a lot. I'm having this issue though, I tried...