You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are using this Library for a internally shared codebase and it works great for Android.
On iOS we have some issues:
We can only connect to any (our own or the test.mosquitto.org) MQTT Server by IPv4 Address, not Domain Name (otherwise, if IPv6 is available in the current Network we get the IOException Socket connect failed, error 1)
With some Mobile network providers we always get Socket connect failed, error 1 and can't connect at all to any Server
The Error code is EPERM, so "Permission denied" in iOS.
The text was updated successfully, but these errors were encountered:
Hi, we are using this Library for a internally shared codebase and it works great for Android.
On iOS we have some issues:
test.mosquitto.org
) MQTT Server by IPv4 Address, not Domain Name (otherwise, if IPv6 is available in the current Network we get the IOExceptionSocket connect failed, error 1
)Socket connect failed, error 1
and can't connect at all to any ServerThe Error code is
EPERM
, so "Permission denied" in iOS.The text was updated successfully, but these errors were encountered: