feat: multi project support, maintaince

This commit is contained in:
2025-10-04 15:08:53 +03:00
parent 5136f08dab
commit e78e8048ff
18 changed files with 152 additions and 66 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Ragon.Relay</RootNamespace>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+2 -1
View File
@@ -10,5 +10,6 @@
"limitRooms": 200,
"limitBufferedEvents": 50,
"limitUserDataSize": 1024,
"limitPropertySize": 512
"limitPropertySize": 512,
"limitConnectionsPerProject": 100
}