Prevent crash when connection is closed during recieve

This commit is contained in:
Yoshi Askharoun
2023-05-28 20:42:13 -05:00
parent cce208c4ea
commit 8835d0f068
2 changed files with 25 additions and 5 deletions
@@ -5,6 +5,11 @@ namespace Microsoft.Iris.Debug;
public interface IDebuggerClient
{
/// <summary>
/// The URI the client is connected to.
/// </summary>
string ConnectionUri { get; }
/// <summary>
/// Fired when the UIX interpreter steps forward.
/// </summary>