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.
The text was updated successfully, but these errors were encountered:
(async () => {
for await (let data of socket.receiver('AAA')) {
console.log(data);
}
})();
But I can't find a similar function on client JAVA.
The text was updated successfully, but these errors were encountered: