mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Currently, the server rejects duplicate client IDs. As we want to make the client implementation as simple as possible, instead deduplicate the name on the server side by appending "@" and a count. NT4 spec has been updated for this change.