timeout_fixes_tokens #460

Merged
sarah merged 4 commits from timeout_fixes_tokens into master 2022-09-10 18:43:59 +00:00
Owner
No description provided.
sarah added 4 commits 2022-09-10 17:37:37 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/33
dan reviewed 2022-09-10 18:23:05 +00:00
@ -784,3 +786,3 @@
// address.
func (cp *cwtchPeer) PeerWithOnion(onion string) {
cp.eventBus.Publish(event.NewEvent(event.PeerRequest, map[event.Field]string{event.RemotePeer: onion}))
go func() {
Owner

this logic here will slow down later contact adds.

What about adding this inside the loop in StartPeersConnections and StartServerConnections as that's where our bulk connection problems are, not later one offs?

Also have you found if this helps at all? my experiment with it hasn't made any noticable change

this logic here will slow down later contact adds. What about adding this inside the loop in StartPeersConnections and StartServerConnections as that's where our bulk connection problems are, not later one offs? Also have you found if this helps at all? my experiment with it hasn't made any noticable change
sarah merged commit 35ca930628 into master 2022-09-10 18:43:59 +00:00
Sign in to join this conversation.
No description provided.