socketcluster-client-java
socketcluster-client-java copied to clipboard
Socket don't have Receiver like js client
- 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 JAVA.