mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Prevent crash when connection is closed during recieve
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user