|
Re: Resetting Live Window Variables
The underlying NetworkTables implementation works by replicating each variable to every client. After a variable is created by a client, it remains in the system even if that client goes away. I think the only reliable way to remove it is to reset the server.
|