What version of Go are you using (go version
)?
$ go version go version go1.16.4 darwin/amd6
Does this issue reproduce with the latest master?
Yes.
Hi,
I’m new to BadgerDB. As it’s not mentioned in the documentation, is it possible or recommended to open multiple badger.db instances in multiple go routines? Can read-write transactions from different badger.db instances work properly with each other?
Thank you for your help in advance.
Jonathan Xu