removed useless line and commented out code
Created by: Valansch
Summary
Removed useless line and commented out code
Details
Afais //this._waiting_for_ack = false;
was removed on year ago and has no relation to the current state of the file.
var ping = Volatile.Read(ref this._ping);
variable was written, then overwritten.
Changes proposed
Removing the stale lines