mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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.