expo v27 Android app with websocket is crashing
See original GitHub issueEnvironment
expo v27 Genymotion Android Emulator
Description
Android app with websockets is crashing with error - WebSocketModule.close got 1 arguments, expected 3
. iOS works fine.
Bug probably related to RN version used in v27 - link to issue in RN repo.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Expo v27/v28 Android App with websocket is crashing
Error: Android app with WebSockets is crashing with error: WebSocketModule.close got 1 arguments, expected 3. The error happens when I close the ...
Read more >Tabs with TradingView charts crashing in case of WebSocket ...
Steps to reproduce the problem: I am not aware what concretely triggers the crash, but it seems that cause is WebSocket connection issues...
Read more >Mattermost mobile apps changelog
The app crashes when the session length for mobile is changed via webapp. Channel sidebar disappears sometimes when the channel categories are not...
Read more >ESP32 WebSocket Server: Control Outputs (Arduino IDE)
Build a web server with the ESP32 using WebSocket communication protocol. We'll create a web page to control the ESP32 outputs remotely using...
Read more >Keeping your app responsive - Android Developers
Reinforce responsiveness · If your application is doing work in the background in response to user input, show that progress is being made...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@seiichi Thank you for verifying the fix. We have released https://github.com/expo/react-native/archive/sdk-27.0.2.tar.gz which has the commit from 0.55.3 that fixes this issue.
We currently have this problem, both our production apps on IOS and Android get to remain in the welcome screen forever and wont move forward. We urgently need help with this issue