forked from Silverfish/proton-bridge
GODT-1657: More stable sync, with some tests
This commit is contained in:
@ -64,4 +64,5 @@ func (service *FocusService) GetRaiseCh() <-chan struct{} {
|
||||
// Close closes the service.
|
||||
func (service *FocusService) Close() {
|
||||
service.server.Stop()
|
||||
close(service.raiseCh)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user