We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1c595e + 355ad91 commit cc28c84Copy full SHA for cc28c84
README.md
@@ -15,10 +15,13 @@ For more complete implementations check out other libraries such as [Equinox](ht
15
- Reading a `StreamMessage`
16
- Appending a `StreamMessage`
17
18
+## Not Supported functionality
19
+- Subscribtions aren't going to be supported. Wrapping them is more awkward than using C# in F#.
20
+
21
## TODO
22
23
- ~~Postgres connector~~
24
- ~~Read a stream message~~
25
- ~~Write a stream message~~
-- Subscribe to a stream
26
+- ~~Subscribe to a stream~~
27
- Work on ReadExtras, and AppendExtras modules that wrap read and appends in AsyncResult type for error handeling
0 commit comments