pladaria / reconnecting-websocket

Reconnecting WebSocket. For Web, React Native, cli (Node.js)
MIT License
1.23k stars 200 forks source link

WebSocket reconnection fails when using it in a React Native simulator #182

Open byeong0430 opened 2 years ago

byeong0430 commented 2 years ago

Hello!

I'm trying to use reconnecting-websocket in a RN simulator.

The first WebSocket connection is successful. But if I try to reconnect, it fails every single time.

Is this because I'm using a RN simulator? Is there a way to make it work?

Thanks