refactor(wrapper): changes to allow both controller and app to connect via wss://

This commit is contained in:
2025-10-10 08:07:34 -05:00
parent 7964cda197
commit da1127057c
2 changed files with 69 additions and 32 deletions

View File

@@ -24,6 +24,6 @@
arguments=".\lstWrapper.dll"
stdoutLogEnabled="true"
stdoutLogFile=".\logs\stdout"
hostingModel="inprocess" />
hostingModel="outofprocess" />
</system.webServer>
</configuration>