forked from security/hakurei
internal/pipewire: post-sync cleanup functions
This makes it easier to handle resources who only needs to stay alive before the next sync. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -372,7 +372,8 @@ func (core *Core) Sync() error {
|
||||
return err
|
||||
}
|
||||
}
|
||||
return core.ctx.cloneProxyErrors()
|
||||
|
||||
return core.ctx.doSyncComplete()
|
||||
}
|
||||
|
||||
// The CorePong message is sent from the client to the server when the server emits the Ping event.
|
||||
|
||||
Reference in New Issue
Block a user