Tags: phonkee/grpc-pool
Tags
Update dependencies and add StaticHostDialFunc Updated dependencies in go.mod and go.sum files to newer versions for better performance and security. Removed unused dependency 'github.com/google/uuid'. Additionally, added a new function 'StaticHostDialFunc' in 'dial.go' that returns a Dial function always connecting to the same host. This function is practical for applications requiring a constant host connection.