cachix / typed-websockets

High-level library for Client/Server websocket communication in Haskell
Apache License 2.0
9 stars 0 forks source link

Add protocol for message acks #1

Open domenkozar opened 9 months ago

domenkozar commented 9 months ago

It's often desirable to make sure the other side has acked the message.

Let's add a module to abstract that away.