Is there a way to know when a transmission completes sending? #40
-
I can fire off a write to the TCP connection, but afaict there’s no way to know when it completes, is that right? |
Beta Was this translation helpful? Give feedback.
Answered by
mathieucarbou
Mar 13, 2025
Replies: 1 comment 10 replies
-
which use case ? you are using AsyncTCP as a client ? If yes, when you do |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@JetForMe : please have a look at this new example - I added an AsyncSend example showing how to use the ack callback and write for asynchronous send.