You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@property
def client_id(self) -> Optional[str]:
"""
Returns the client id which we received from the servers INFO
"""
return self._client_id
The type of property "client_id" should be string according to the defination,but it returns a number in fact.
I am a newbie of nats, and I don't know the standard type of the client id of nats.
The text was updated successfully, but these errors were encountered:
nats\aio\client.py
The type of property "client_id" should be string according to the defination,but it returns a number in fact.
I am a newbie of nats, and I don't know the standard type of the client id of nats.
The text was updated successfully, but these errors were encountered: