socketcluster-client-java icon indicating copy to clipboard operation
socketcluster-client-java copied to clipboard

Native java and android client for socketcluster framework in node.js

Results 30 socketcluster-client-java issues
Sort by recently updated
recently updated
newest added

The function is always returning null. Created a pr for the same please look into it. If you wish to merge please do. [](https://github.com/sacOO7/socketcluster-client-java/pull/57/files)

This function is always returning null, to use it properly I have made a 1 line code change.

Facing Unauthorised issue again. Same link asking for credentials too. NOTE: A very high priority for support of mavenCentral() [ or any other repo provider] require as jcenter() near to...

- On JS client can receiver thru (async () => { for await (let data of socket.receiver('AAA')) { console.log(data); } })(); But I can't find a similar function on client...

I am using this code to listen to the socket messages from our server. Issue is I am testing with 2 samsung galaxy S7Edge phones both API level 26 and...

For every call to connect/connectAsync there is a new ws socket created, leaving the previous one connected but orphaned. This PR, allow only one instance of Socket to be actively...

Docs have not specified how to pass other options, similar to what js client does. The only specified option is url, would like to pass options like below in js...

Hi. I am using OkHttp branch of SocketCluser. I have faced some very strange issue. I am launching Socket. In io.github.sac.BasicListener callback I am able to see that my connection...

When this comprehension method is activated, the emit does not reach the android