eclipse-cdt-cloud / trace-server-protocol

Specification of the Trace Server Protocol (TSP)
https://eclipse-cdt-cloud.github.io/trace-server-protocol/
Apache License 2.0
24 stars 18 forks source link

Add an endpoint for closing an experiment #95

Open bhufmann opened 1 year ago

bhufmann commented 1 year ago

With this it's possible to close an experiment on the server. Upon reception of the command the server can dispose allocated resources hence the client doesn't need them anymore.

UI clients, for example, can close the experiment when a user closed the graphs.

Fixes #96

Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com