testing remote stuff
This commit is contained in:
parent
1e05d4576d
commit
3c9ccaafeb
374 changed files with 10526 additions and 2037 deletions
9
src/Web/Insight.Web/Messages/RemoteMessages.cs
Normal file
9
src/Web/Insight.Web/Messages/RemoteMessages.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using Insight.Web.Network.Remote;
|
||||
|
||||
namespace Insight.Web.Messages;
|
||||
|
||||
public class RemoteMessages
|
||||
{
|
||||
public record RemoteConnected(RemoteSession RemoteSession);
|
||||
public record RemoteDisconnected(RemoteSession RemoteSession);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue