Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to await an async call inside my
DataReceived
method and want to makeDataReceived
itself async.In the change notes under "New in v3.0.x", I found "Configurable sync vs async for firing DataReceived events (thank you @TheNybbler)", but I was unable to find further documentation or samples.
Is there a way to await async calls in
DataReceived
?Beta Was this translation helpful? Give feedback.
All reactions