frequenz-floss / frequenz-client-base-python

Base gRPC client
https://frequenz-floss.github.io/frequenz-client-base-python/
MIT License
0 stars 3 forks source link

Don't allow a default port in URLs by default #85

Open llucax opened 2 weeks ago

llucax commented 2 weeks ago

We allow client implementors to set a default port for gRPC URLs again, but the parse_grpc_uri function and BaseApiClient class still don't provide a default port unless explicitly set.