Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Socket don't have Receiver like js client #53

Open
mukashivn opened this issue Aug 21, 2020 · 0 comments
Open

Socket don't have Receiver like js client #53

mukashivn opened this issue Aug 21, 2020 · 0 comments

Comments

@mukashivn
Copy link

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant