Grcp client connections not displayed in the web UI

Hi, we migrated to the grcp client v20.10.0, everything works fine except that the client connections are not being displayed in the web UI. Previously, we were using the TCP client v20.10.0, and client connections were being displayed just fine. Has anyone noticed this ? The server is running v21.2.0.

Thanks,
Javier.

Yeah , The GRPc connection are not opening a persistent channel as does the tcp clients.
( it’s Http under the hood )

Yeah, that’s the reason for changed semantics of the client name, which is EventStoreConnection for TCP and EventStoreClient for gRPC.

Hi guys, I see, makes sense.

Thanks,
Javier.