wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.05k stars 612 forks source link

[ntcore] Warn when setting property on unpublished topic #5207

Closed PeterJohnson closed 1 year ago

PeterJohnson commented 1 year ago

The protocol will send the change from the client to the server, but it may be ignored if the topic does not actually exist.

KangarooKoala commented 1 year ago

What's the difference between this and #5059? Where the warning is emitted?

PeterJohnson commented 1 year ago

Yeah it feels like a duplicate.