Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app crash on Login #6819

Closed
Deveshshankar opened this issue Sep 26, 2023 · 2 comments
Closed

app crash on Login #6819

Deveshshankar opened this issue Sep 26, 2023 · 2 comments
Assignees
Labels
Bug🐛 Something isn't working RGB RGB assets Status: fixed✅ It is fixed (PR merged)
Milestone

Comments

@Deveshshankar
Copy link
Collaborator

Deveshshankar commented Sep 26, 2023

Apparently because of this

FATAL EXCEPTION: pool-9-thread-1
                                                                                                    Process: io.hexawallet.hexa.development, PID: 10220
                                                                                                    java.lang.IllegalArgumentException: TcpSocketsNo socket with id 0
                                                                                                    	at com.asterinet.react.tcpsocket.TcpSocketModule.getTcpClient(TcpSocketModule.java:263)
                                                                                                    	at com.asterinet.react.tcpsocket.TcpSocketModule.access$700(TcpSocketModule.java:28)
                                                                                                    	at com.asterinet.react.tcpsocket.TcpSocketModule$2.run(TcpSocketModule.java:106)
                                                                                                    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
                                                                                                    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
                                                                                                    	at java.lang.Thread.run(Thread.java:1012)
@cakesoft-vijaysingh
Copy link
Contributor

This issue is most probably related to react-native-tcp-socket lib version. Rapsssito/react-native-tcp-socket#167
raised pr for updating it

@cakesoft-vijaysingh cakesoft-vijaysingh added Status: In peer review 👀 PR raised (with reviewer assigned) and removed Status: to-do 📋 Items not yet picked up labels Sep 26, 2023
cakesoft-shashank added a commit that referenced this issue Sep 28, 2023
updated react-native-tcp-socket, fix for issue #6819
@cakesoft-vijaysingh cakesoft-vijaysingh added Status: fixed✅ It is fixed (PR merged) and removed Status: In peer review 👀 PR raised (with reviewer assigned) labels Oct 3, 2023
@Deveshshankar
Copy link
Collaborator Author

Verified on 2.3.0 (619)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug🐛 Something isn't working RGB RGB assets Status: fixed✅ It is fixed (PR merged)
Projects
None yet
Development

No branches or pull requests

3 participants