romanchechyotkin / nats.ocaml

OCaml client for NATS, the cloud native messaging system.
Apache License 2.0
10 stars 2 forks source link

Implement MSG protocol message #2

Closed romanchechyotkin closed 2 months ago

romanchechyotkin commented 2 months ago

https://docs.nats.io/reference/reference-protocols/nats-protocol#msg

romanchechyotkin commented 2 months ago

implement async listener which will be waiting for messages MSG [reply-to] <#bytes>␍␊[payload]␍␊

romanchechyotkin commented 2 months ago

4