gitpod/components/gitpod-protocol
Anton Kosyakov 9f5270c694 fix #5929: use sync.Cond to notify about gitpod config changes
There was some kind of deadlock while one listener was trying to read a config changes.
I rewrote gitpod config service to use conditional variable to announce changes in gitpod config to avoid synchronization over map of listeners.
I changed clients as well that they don't consider nil config as closed channel and stop reading.
2021-10-14 09:57:01 -03:00
..
2021-10-14 09:43:01 -03:00
2020-08-25 09:25:15 +00:00
2020-08-25 09:25:15 +00:00
2021-10-12 09:01:58 -03:00