Muflone repository and event dispatcher for EventStoreDB using gRPC (TCP is deprecated since version 20.x).
Install-Package Muflone.Eventstore.gRPC
Look at this repo
esdb://localhost:2113?tls=false&tlsVerifyCert=false
Watch out for the correct connection port. You must use the HTTP port (default 2113) and not the TCP one anymore (default 1113).
Also, use tls=false
only for development environment. Read more on the official documentation