In 0a06c19 the ability for clients to set their own GUID was added.
- Why? I don't see what use-case there would be for a client to tell the server how to refer to itself.
- Is there a way to disable it?
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.
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.