1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-01 13:45:06 -04:00

Added timing after each thread loop

This is to help keep track of which non-blocking threads are still
alive.

The RPC Server thread blocks, so the time will always increase.
This commit is contained in:
2023-07-20 14:44:46 -04:00
parent fa452cc773
commit d3a93b735d
4 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: "{{defaultContext}}:docker"
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
build-args: |
VERSION=${{ inputs.aprsd_version }}