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
S5W2C uses BIO sockets for client and server sides, consider using NIO instead.
However, for client side, I haven't found a solution to use NIO yet. A socket needs to be created via Network.socketFactory.createSocket(), so that it can use cellular network instead of WiFi.
The text was updated successfully, but these errors were encountered:
S5W2C uses BIO sockets for client and server sides, consider using NIO instead.
However, for client side, I haven't found a solution to use NIO yet. A socket needs to be created via Network.socketFactory.createSocket(), so that it can use cellular network instead of WiFi.
The text was updated successfully, but these errors were encountered: