On Mon, Jul 03, 2017 at 12:31:14PM +, Umut Tezduyar Lindskog wrote:
> Hello Jason,
>
> Just wanted to remind you that clients set a timeout for the method reply.
> Don't remember off the top of my head but different implementations have
> different default timeouts. Consider this when delaying
> machined has easier-to-follow uses of this, as it does some operations
> that might take a bit longer, such as cloning or removing images.
Thanks!
Since I'll be going through this to come up with something for my
own use case, it wouldn't be much to write up a self-contained example.
Is there an
er doesn't immediately reply?
What I'm trying to achieve is:
* method called
* Handler triggers some IO
* Important event occurs
* Reply message sent to the caller
I'm assuming this is possible/implemented, if not that would also be
good to know :).
Thanks in