hanoidb hangs, with unhandled messages in main_loop function in hanoidb_level.erl #39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm getting from time to time some unhandled messages in the
main_loop
function inhanoidb_level.erl
The messages are unhandled because guards fail to match on the certain
State
. For example:Often after such message the app hangs on
hanoidb:get()
Example of code which hangs with this https://github.com/brigadier/exampledb/blob/master/db.zip?raw=true database 100% of time:
There's no such problem in a very old version of hanoidb, with the old file format etc.