Terkwood/AugustDB

Simplify CommitLog.new

Terkwood opened this issue · 1 comments

Make it a single call to the GenServer - -- eliminate :close

GenServer.cast(CommitLogDevice, :close)

Fixed in 21d5ab0