renet icon indicating copy to clipboard operation
renet copied to clipboard

Provide `RenetClient::client_id`

Open Shatur opened this issue 1 year ago • 2 comments

Right now in order to access to ClientId on client I need to interact with NetcodeClientTransport::client_id. It would be convenient to being able to obtain CleintId in a transport-independent way. Could you provide something like RenetClient::client_id by also storing it inside RenetClient?

Shatur avatar Feb 29 '24 16:02 Shatur

This issue seems to have already been fixed in 042ede98f13dc3a5aa54f986f99abec128041232.

CuddlyBunion341 avatar Feb 04 '25 12:02 CuddlyBunion341

I don't think it's related. We can't get client_id without knowing the transport.

Shatur avatar Feb 04 '25 13:02 Shatur