Fix Various Bugs Associated with Profile Start Up / Restart #515

Merged
sarah merged 5 commits from startupbugs into master 2023-05-16 23:21:41 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 462a294c93 - Show all commits

View File

@ -19,6 +19,7 @@ func TestContactRetryQueue(t *testing.T) {
bus := event.NewEventManager()
cr := NewConnectionRetry(bus, "").(*contactRetry)
cr.ACNUp = true // fake an ACN connection...
cr.protocolEngine = true // fake protocol engine
go cr.run()
t.Logf("contact plugin up and running..sending peer connection...")