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.
The text was updated successfully, but these errors were encountered:
- Create Meaningful error macros
- Make IsRunning flag atomic for safety purpose.
- Fixdeso-protocol#413
- Add utility functions for change the status of the node.
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.The text was updated successfully, but these errors were encountered: