You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.