Closed DomerDev closed 3 years ago
The server works perfectly, but the client app can't connect to it. According to the console log, it is listening on 0.0.0.0:9339, so I put this in libcb.config.so:
"parameters":{ "redirectHost": "0.0.0.0", "redirectPort": "9339" }
Did I get something wrong?
How did you edit the libcb.config.so file?
I'm using APK Easy Tool
The server works perfectly, but the client app can't connect to it. According to the console log, it is listening on 0.0.0.0:9339, so I put this in libcb.config.so:
Did I get something wrong?