-
Notifications
You must be signed in to change notification settings - Fork 1.2k
"The libp2p node is not started yet" error during discovery #874
Comments
I think I found it:
|
Also, and since this is internal, instead asserting the online status, it should queue the operations for when the node is online (like many database clients do). In this case, the |
Can provide a PR, but would like some guidance before :) |
Interesting, that |
ok, I'm onto this.. |
@pgte did you get a fix for this? |
@diasdavid not yet, working around this. Have a local fix, but still lacking some tests. |
@pgte this is now fixed, right? |
Yes, should be fixed.
|
woot ! thanks @pgte :) |
Printed message during the tests:
Looks like there may be a race condition here, since
self.isOnline()
returns true here, but the libp2pisOn()
assertion fails here.The text was updated successfully, but these errors were encountered: