jmsadair / raft

An implementation of the Raft consensus protocol.
MIT License
34 stars 3 forks source link

gRPC Fix #81

Closed jmsadair closed 3 months ago

jmsadair commented 3 months ago

This PR updates transport.go to use grpc.NewClient instead of grpc.Dial.