Skip to content

Tags: phonkee/grpc-pool

Tags

v0.2.0

Toggle v0.2.0's commit message
Added ability to set dial options directly in StaticHostDialFunc

v0.1.1

Toggle v0.1.1's commit message
Fixed default values tags in config

v0.1.0

Toggle v0.1.0's commit message
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.