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
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
Hello, I just read the source code you made for this awesome project. I want to contribute. However I still could not test how everything is working ? How to launch two parallel processes and emulate message exchange in local network ? Could you please provide me with a guide. I tried to start two separate processes, however friendsdb (leveldb) is locked by first running process: "Uncaught OpenError: IO error: lock ./friendsdb/LOCK: Resource temporarily unavailable", source: events.js (141). Seems it means that I could not use levledb by multiple instances (processes) on the same machine.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I just read the source code you made for this awesome project. I want to contribute. However I still could not test how everything is working ? How to launch two parallel processes and emulate message exchange in local network ? Could you please provide me with a guide. I tried to start two separate processes, however friendsdb (leveldb) is locked by first running process:
"Uncaught OpenError: IO error: lock ./friendsdb/LOCK: Resource temporarily unavailable", source: events.js (141)
. Seems it means that I could not use levledb by multiple instances (processes) on the same machine.The text was updated successfully, but these errors were encountered: