IDE protocol should have means to notify DCP that the IDE endpoint is shutting down
Open
area-orchestrator
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Currently there is no good way for the IDE endpoint server to tell DCP that it (the server) is shutting down and thus no new requrest should be made. A scenario where this is useful is when the IDE is closed during application run. In the current implementation DCP will try to reconnect if the IDE connection fails, resulting in spurious errors.
A simple solution is to have a dedicated notification type that tells DCP the endpoint is shutting down.
Contributor guide
Assessment
This issue has not been assessed yet.