mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
The changes in #7189 caused an ambiguity between multi-subscribers and normal subscribers, because the handle type no longer is sent to the network. Multi-subscribers now go to the network with negative UIDs, normal subscribers are positive UIDs. UID 0 is never used.