Server with long running callback - send ACKNOWLEDGE to avoid timeout #1788
-
I am writing a server using I had a look at How would you deal with the situation of long-running callbacks for reading data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You cannot send and Ack at that level ! You are expected to return an error if the data is not ready, then the client can retry later. |
Beta Was this translation helpful? Give feedback.
You cannot send and Ack at that level !
You are expected to return an error if the data is not ready, then the client can retry later.