You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow, that was quick :-) I also already changed it on my branch (I was wondering why my client made the server stop...) but thanks I'll merge that asap.
By sending multiple lookup requests to the server it will block forever. Most probably this is because on lookup the
RLocks
are never released:coniks-go/keyserver/listener.go
Lines 103 to 110 in f21ba86
(last line should be
server.RUnlock()
instead)The text was updated successfully, but these errors were encountered: