Replies: 1 comment 1 reply
-
Having this capability allows the developer to use well-known/user-defined GUIDs for specific endpoints, persistent across reconnections. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In 0a06c19 the ability for clients to set their own GUID was added.
This is causing me an issue because Guid.NewGuid appears to return all zeroes on my iOS build (still working out why).
It seems to me the default behavior should be for the server to assign each client an identifier, and have some setting to change this default if it is desired to allow clients to set their own identifiers.
Beta Was this translation helpful? Give feedback.
All reactions