You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: