Closed pwood closed 4 years ago
While the network manager owns the NodeTable, it's also used by a Go routine in node_receive_message.go. As such it's possible for a concurrent read/write. A read/write lock might be appropriate here.
While the network manager owns the NodeTable, it's also used by a Go routine in node_receive_message.go. As such it's possible for a concurrent read/write. A read/write lock might be appropriate here.