Nghia Bui

Results 6 issues of Nghia Bui

In the module [EventSource] (https://suave.io/Suave.html#def:module%20Suave.EventSource) I don't see any function to detect the client is disconnected. My use case is: the server side (using Suave of course) observes data from...

feature

I'm trying to serialize/deserialize a value of type `Map`, using the `allowUntyped` config already. Everything is fine except when some `obj` is `null`. For example, deserializing `{ "hello": null }`...

Hi, It would be great if this library could provide a function/API to prettify a JSON string. Thanks in advanced.

I created a project from the template `dotnet new bolero-app -o mybolero` I tried to decouple the source code of Client and Server by move some F# code (Domain types...

Hi, How to calculate CRC32A (ITU I.363.5) checksum by using this library?

This is not an issue but my question about best practices when using this awesome library. I subscribed to a channel with `var cmq = conn.GetSubscriber().SubscribeAsync(channel)` Then, when my disposable...