Don't clear client _outgoingIR on beacon anomaly
No reason to do this, especially w/o locking. Outgoing used by a TCP send thread, beacon anomaly handling on UDP receive thread. Probably means that anomaly handling never happens...
This commit is contained in:
@@ -1819,7 +1819,6 @@ void BlockingClientTCPTransportCodec::release(pvAccessID clientID) {
|
||||
}
|
||||
|
||||
void BlockingClientTCPTransportCodec::changedTransport() {
|
||||
_outgoingIR.reset();
|
||||
}
|
||||
|
||||
void BlockingClientTCPTransportCodec::send(ByteBuffer* buffer,
|
||||
|
||||
Reference in New Issue
Block a user