weaviate / weaviate-go-client

BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Add timeout to grpc dial #224

Closed dirkkul closed 3 months ago

dirkkul commented 3 months ago

We do not set a timeout here https://github.com/weaviate/weaviate-go-client/blob/main/weaviate/connection/grpc.go#L68 - in case of a missconfiguration we will hang.