Starting an application with go build --race. Crashes with the following error at startup:
Env
# go.mod
go 1.19
require github.com/Microsoft/cognitive-services-speech-sdk-go v1.25.0
# SpeechSDK-Linux-1.25.1-beta.1.tar.gz
$ uname -srvm
Linux 5.19.0-35-generic #36~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 17 15:17:25 UTC 2 x86_64
$ go version
go version go1.19.6 linux/amd64
Describe the bug
Starting an application with
go build --race
. Crashes with the following error at startup:Env