mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Previously, only the first subscriber was actually matched to a topic when a topic was created; this was a problem when later publishing values as a client could have both a topic-only subscriber and a normal subscriber, and only the first one would end up being subscribed to the topic.