Ticket #2262 (closed defect: fixed)
Cancelling RpcService call does not abort attached Request
| Reported by: | antti@… | Owned by: | dmachi |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | RPC | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Cancelling the Deferred object received when using for example JsonService? does not abort the attached Request object. Same applies also for other RpcService? subclasses since the none of them attach a canceller to the Deferred object in their bind methods.
Also there is no way to get hold of the Request object the services use so that this could be done manually.
Change History
Note: See
TracTickets for help on using
tickets.