jamil7/SQLStreamStore.FSharp

Add functionality to Read to be able to get messages directly.

Closed this issue · 0 comments

Right now the reading functions in Read.fs return a C# object which can retrieve messages or fail. It would be nice to have F# functions that return messages, and their payload directly without writing C# style code.