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
When the message is sent for the first time using node.nodeMessageChan <- lib.NodeErase, it panics. This is because node.IsRunning is false when the message was sent. The value is set at a later point.