Unlock what you Lock, fool.

This commit is contained in:
Bruce Marriner 2016-06-24 13:42:35 -05:00
parent cdd87ec432
commit e252652fe8

View file

@ -795,6 +795,7 @@ func (v *VoiceConnection) reconnect() {
v.Lock()
if v.reconnecting {
v.log(LogInformational, "already reconnecting, exiting.")
v.Unlock()
return
}
v.reconnecting = true