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

how to get receive data after conn.wake in events.Data? #79

Open
zzxap opened this issue Jul 31, 2023 · 0 comments
Open

how to get receive data after conn.wake in events.Data? #79

zzxap opened this issue Jul 31, 2023 · 0 comments

Comments

@zzxap
Copy link

zzxap commented Jul 31, 2023

To write you will need to call the wake(id) function. This will fire a Data event with a nil input on the next loop step. Then return the data you want to write.

the in is nil
but how to get receive data ? need to save it when receive,and get it after wake?

receive data-->get myconn-->myconn.wake-- events.Data-->send to myconn

how to get data send to myconn ?

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