SocketCluster/socketcluster-client

react-native ws-browser unable to resolve error

Closed this issue · 4 comments

@SaurabhKshirsagar Are you using he latest versions of react-native and socketcluster-client.? There were a few issues with RN but those were resolved in socketcluster-client a while ago but this might depend on the RN version as well. See #67 (comment)

@jondubois
i am using react-native 0.41.2 and socketcluster-client 5.3.1

@SaurabhKshirsagar, I just set this up in RN@42.3 and it works perfectly.

@SaurabhKshirsagar Maybe check that you are passing the right options to the socketCluster.connect function on the front end - There was an issue with the GitHub README documentation which showed a protocol option - There is actually no protocol option (make sure you remove it); to use a secure HTTPS/WSS connection, you need to set an option secure: true. @NomadGraphix fixed the documentation issue here: https://github.com/SocketCluster/socketcluster-client/pull/81/files