uasyncio server awrite documentation? #15893
GM-Script-Writer-62850
started this conversation in
General
Replies: 1 comment 5 replies
-
See this explanation. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I came across this: https://github.com/orgs/micropython/discussions/10745
I have always seen and used
writer.write(my_data_string)
what is this asynchronous writer i see in that thread (await writer.awrite(my_data_string)
)Beta Was this translation helpful? Give feedback.
All reactions