Replies: 1 comment
-
Hi! I think you need to allow plaintext HTTP: <!-- res/xml/network_security_config.xml -->
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">$yourIP</domain>
</domain-config>
</network-security-config> References: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SocketIO connections are established between ios to ios, ios to windows but not from andrioid to ios or android to windows.
Client Socket connection
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions