WebSocket4Net
WebSocket4Net copied to clipboard
NATIVE CLIENT
is this native websocket client or simply ported from javascript via JSbridge?
What do you mean native?
Hey, by native it means that its not using some kind of javascript bridge to listen for upcoming events. This link might give you some idea : https://github.com/SocketCluster/socketcluster-client-android/tree/master/socketclusterandroidclient/src/main/java/com/fangjian . Actaully I also wanted to ask, how can I disable SSL certificate verification and how can I set proxy setting for client. I think current docs are too short to understand those things.