CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
397 stars 82 forks source link

Fix AsEnumerable silent failure #144

Closed CoreyKaylor closed 2 years ago

CoreyKaylor commented 2 years ago

Closes #139

This also identified behavior in the implementation that missed that Next() is needed before GetCurrent is called.