Lock main client from inside the session client when session requests are made (#71)

* Lock outer client from the main client from the session client when used

* Add race to test
This commit is contained in:
Nikola Jokic
2026-02-16 12:58:50 +01:00
committed by GitHub
parent efa922e8dd
commit ebedf0bbbf
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -65,4 +65,4 @@ jobs:
go-version-file: "go.mod"
cache: true
- name: Run tests
run: go test ./...
run: go test ./... -race