Ticket #2262 (closed defect: fixed)

Opened 19 months ago

Last modified 5 months ago

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

Changed 9 months ago by dmachi

  • version changed from 0.4.1 to 1.0
  • milestone set to 1.1

Need to write a test for this and make sure all is good here in 1.0

Changed 5 months ago by dmachi

  • status changed from new to closed
  • resolution set to fixed

This can be cancelled as any other deferred/request can.

Note: See TracTickets for help on using tickets.