gregbugaj/hoplin.io

RPC client looses messages when started in wrong order

gregbugaj opened this issue · 1 comments

RPC Client loses messages when the Server is not yet started.

Messages should not be discarded.
To replicate

  • Start Client
  • Start Server

The message will be lost until the server is restarted.