Auto stash before checking out "HEAD"

This commit is contained in:
shinichi
2020-10-19 12:07:00 +02:00
parent 31be096b94
commit 4a238d9207
3 changed files with 5 additions and 3 deletions

View File

@@ -65,6 +65,8 @@ namespace Server
}
}
if (ar == null || (!ar.IsCompleted) || (!this.stream.CanRead))
return;
this.stream.BeginRead(this.buffer, 0, this.buffer.Length, new AsyncCallback(OnRead), null);
}