Skip to content

Close transport connection if tag isn't recognised. #281

akwizgran requested to merge 281-close-transport-connection into master

Factored out common code from various DuplexTransportConnection implementations into an abstract superclass, and changed the logic for closing connections so that connections with unrecognised tags are closed immediately. This prevents deleted contacts from thinking they're connected to us when they're not.

Merge request reports