eclipse-cdt-cloud / theia-trace-extension

Eclipse Theia trace viewer extension using the Trace Server Protocol (TSP), through the tsp-typescript-client. Also the home for reusable JavaScript libraries: traceviewer-base, traceviewer-react-components
MIT License
48 stars 60 forks source link

Allow to cancel requests #55

Open tahini opened 4 years ago

tahini commented 4 years ago

Add mechanism to cancel a request. Using the abort signal from the tsp-typescript-client and the listener in the Trace Compass server

ebugden commented 3 years ago

@bhufmann was this fixed via #259?

bhufmann commented 3 years ago

@bhufmann was this fixed via #259?

No, #259 supports cancellation of the open procedure, i.e. scanning selected directory for CTF traces, posting trace and experiment to server and open the timeline container.

This issue tracker (#55) is to support cancellation of individual TSP REST calls and related handling of cancellation.