socketcluster-client-java
socketcluster-client-java copied to clipboard
Native java and android client for socketcluster framework in node.js
I have socket cluster client setup as described in the documents. I start the service to listen the changes and stop it when I dont want to listen. My issue...
My connection with SC getting disconnected sometimes and when i try to send some msg app crashes with below error can you please help me here. shutting down VM 11–13...
large objects do not arrive in response socket.emit("Sala_proba", parameter, new Ack() { @Override public void call(String name, Object data, Object error) { Log.i(TAG, "call: name:"+name+",data"+data.toString()+",error:"+error); //data no work } });
Currently the library is using a nv-socket lib version that's 8 version behind the latest one. This means the library is missing (important) features such as SNI support which is...
hello , I wanted to know if there is a mechanism for saving the data of a channel in a relational database (i.e mysql or ...) or non-relational database. in...
'io.github.sac:SocketclusterClientJava:1.7.5' when trying to add the following dependency in maven getting the following error missing artifacts.I am using the Maven without the Spring Dependency. Whether we should have spring for...
Hi i am trying to get websocket stream using following code `import com.neovisionaries.ws.client.WebSocketException; import com.neovisionaries.ws.client.WebSocketFrame; import io.github.sac.*; import java.util.List; import java.util.Map; import org.codehaus.jettison.json.JSONException; import org.codehaus.jettison.json.JSONObject; public class Main { public...
Subscribe
Need to pass the arguments to subscribe as an issue of security.
It should be possible to implement interface that will allow to use both OkHTTP websockets and NeoVisionaries.