You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon using the setValue() method on an instance of NetworkTablesTopic<number>, the robot and Typescript app momentarily disconnect, output the above error message, then reconnect. The published value is never received by the robot program. I and a few other folks on my robotics team believe that the issue stems from an incompatibility between the ntcore-ts-client library and the recently released 2025 WPILib. Would it be possible to investigate this issue further?
Please let me know if any more details are needed to assist in diagnosing the issue and implementing a fix.
The text was updated successfully, but these errors were encountered:
@milligansarah Thanks for the report. I was able to narrow it down to a few issues. Unfortunately a couple are regressions in WPILib, but I will implement workarounds to fix this.
Upon using the
setValue()
method on an instance ofNetworkTablesTopic<number>
, the robot and Typescript app momentarily disconnect, output the above error message, then reconnect. The published value is never received by the robot program. I and a few other folks on my robotics team believe that the issue stems from an incompatibility between the ntcore-ts-client library and the recently released 2025 WPILib. Would it be possible to investigate this issue further?Please let me know if any more details are needed to assist in diagnosing the issue and implementing a fix.
The text was updated successfully, but these errors were encountered: