Skip to content

remove race conditions

meskio requested to merge meskio/rdsys:staticcheck into main

A bunch of race condition fixes from running the tests with go test -race. And enable that flag in the CI by default: #223 (closed)

I believe one of the race conditions that is fixed in the email support was the cause of #129 (closed)

I have also clean up some staticcheck errors in the code.

Merge request reports

Loading