Hey FalkLademann , thanks for checking out the Go API! One thing you can try to see more information about why the client might be hanging is to enable debug logs: logging package - solace.dev/go/messaging/pkg/solace/logging - Go Packages . This should show us where the API is stuck.
Can you also post a snippet of the setup and connect code you are using (redacting any internal information of course)?