Merge branch 'tapir-peer' of cwtch.im/cwtch into master

Bu işleme şunda yer alıyor:
Dan Ballard 2019-08-06 22:33:24 -07:00 işlemeyi yapan: Gogs
işleme 5aaa228691
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme

Dosyayı Görüntüle

@ -125,6 +125,10 @@ func (e *engine) eventHandler() {
if connection != nil && err == nil {
connection.Close()
}
// Explicitly send a disconnected event (if we don't do this here then the UI can wait for a while before
// an ongoing Open() connection fails and so the user will see a blocked peer as still connecting (because
// there isn't an active connection and we are stuck waiting for tor to time out)
e.peerDisconnected(ev.Data[event.RemotePeer])
case event.ProtocolEngineStartListen:
go e.listenFn()
default: