|
|
+ |
Wiki page update: http://wiki.urbancode.com/AnthillPro/Increasing_Timeouts
|
|
|
+ |
(4:03:22 PM) Brian Dellisanti: it works like this:
|
|
|
+ |
wait defaultTimeout for acknowledgement that command received
|
|
|
+ |
loop until command status is "completed":
|
|
|
+ |
send request for command status
|
|
|
+ |
wait cmdResultTimeout for status
|
|
|
+ |
(4:03:55 PM) Brian Dellisanti: the last two lines were supposed to be indented
|
|
|
+ |
(4:04:43 PM) bja@urbancode.com/399AF148: I figured. Thanks - that helps
|
|
|
+ |
(4:05:36 PM) Brian Dellisanti: the only wrinkle is that the agent will try to respond in cmdResultTimeout/2 milliseconds as a safety
|
|
|
+ |
margin, but the server will wait the full time
|
|
|
+ |
Customer Relationship Manager
|