From 4ab508e54fca43688ef2825f7b931a6a4324ce75 Mon Sep 17 00:00:00 2001 From: Mikhail Mitrofanov Date: Mon, 17 Feb 2025 22:45:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=BE=D0=BF=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20Id=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8F=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=D1=81=D1=82=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mROA/Implementation/RepresentationModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mROA/Implementation/RepresentationModule.cs b/mROA/Implementation/RepresentationModule.cs index 3847dc7..0516893 100644 --- a/mROA/Implementation/RepresentationModule.cs +++ b/mROA/Implementation/RepresentationModule.cs @@ -20,7 +20,7 @@ public class RepresentationModule : IRepresentationModule } } - public int Id { get; set; } + public int Id => _interaction.ConntectionId; public async Task GetMessage(Guid? requestId, MessageType? messageType) {