dotnet - add locking since the simulator seems to run a lot in parallel

change the port to match what the simulator uses by default

add serilog as part of debugging
This commit is contained in:
2026-08-06 15:54:07 -05:00
parent 9a1664bdbb
commit 459b90dcd7
6 changed files with 117 additions and 29 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
@SafelyYou_HostAddress = http://localhost:5213
@SafelyYou_HostAddress = http://localhost:6733/api
GET {{SafelyYou_HostAddress}}/weatherforecast/
POST {{SafelyYou_HostAddress}}/devices/38-4e-73-e0-33-59/heartbeat
Accept: application/json
{
"sent_at": "2026-08-06T16:51:22.861Z"
}
###