Open
Description
The GetMainData function pushes the changed fields, but if the pushed variable is of type int, for example, a push indicating that the speed has changed to 0, it can cause issues. This is because in Go, the default value of an int variable in a struct is 0. So, is this 0 the result after the change or the default value indicating no change?


Metadata
Metadata
Assignees
Labels
No labels