Flask Socket and Socket IO on android studio

24 Views Asked by At

Hi i'm doing a small project on flask and socket IO but my android app seems to have some issue connecting.

Flask Server flask 2.2.2, flask Socket IO 5.3.6

Android Studio Code implementation ('io.socket:socket.io-client:2.1.0') Button to emit"Function1

Im running the flask server on my PC and using an android phone to do debugging Both are connected to the same Wifi When the app starts up, nothing is displayed on the server, so does the button press. How can i rectify this?

I expect the flask server on my PC to listen to the Function1 being emitted by my android studio

0

There are 0 best solutions below