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:
@@ -65,4 +65,4 @@ jobs:
|
||||
go-version-file: "go.mod"
|
||||
cache: true
|
||||
- name: Run tests
|
||||
run: go test ./...
|
||||
run: go test ./... -race
|
||||
|
||||
Reference in New Issue
Block a user