Enable a SendPeerMessage EngineHook for Fuzzbot #508

Merged
sarah merged 5 commits from fuzzbot into master 2023-04-20 21:00:15 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 210c91f7f7 - Show all commits

View File

@ -111,6 +111,8 @@ func NewApp(acn connectivity.ACN, appDirectory string, settings *settings.Global
}
func (app *application) InstallEngineHooks(engineHooks connections.EngineHooks) {
app.appmutex.Lock()
defer app.appmutex.Unlock()
app.engineHooks = engineHooks
}