Closed jack-oquin closed 10 years ago
My current timeout implementation simply deletes the corresponding _RequesterStatus entry from the scheduler's dictionary, which makes sense, since contact has been lost.
Advantages:
Issues:
Looks like no new scheduler callback is required:
This essentially treats the timeout as if a message had been received canceling every active request.
Another advantage to this approach:
I am quite happy with the way this turned out.
Closing now, re-open if design problems crop up.
Currently stubbed out.