Commit 22fe529e authored by Nick Craver's avatar Nick Craver

Nuke PhysicalConnection.OnHeartBeat (unused)

parent 2f174536
......@@ -1263,18 +1263,6 @@ private void MatchResult(RawResult result)
partial void OnCreateEcho();
partial void OnDebugAbort();
internal void OnHeartbeat()
{
try
{
BridgeCouldBeNull?.OnHeartbeat(true); // all the fun code is here
}
catch (Exception ex)
{
OnInternalError(ex);
}
}
partial void OnWrapForLogging(ref IDuplexPipe pipe, string name, SocketManager mgr);
private async void ReadFromPipe() // yes it is an async void; deal with it!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment