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
Please note that Bolt obtains a file lock on the data file so multiple processes cannot open the same database at the same time. Opening an already open Bolt database will cause it to hang until the other process closes it.
I can only expose some timeout to wait for the boltdb connection in the related configuration section.
I tried this code:
I expected to see this happen: All OK
Instead, this happened: Nothing (hangs on initialization)
The version of RR used:
2.3.0
(stable)Errortrace, Backtrace or Panictrace
The text was updated successfully, but these errors were encountered: