mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
* Fix C++ Publisher and Subscriber move assignment * Fix Publisher comment typo. * Publish: check that properties is an object. Print a warning, but still publish, just with empty properties. Add error print for unassigned type publish. * Return boolean from SetProperties * Document exception-throw in Java for invalid JSON.