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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: