You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an implementation of a msgpack RPC protocol for Haskell. It uses conduit
to establish TCP connections and send messages over this connection. Both client
and server are provided.