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

Socket don't have Receiver like js client

Open mukashivn opened this issue 5 years ago • 0 comments

  • 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.

mukashivn avatar Aug 21 '20 04:08 mukashivn