mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-02-26 00:23:09 +00:00
In #195, a regression got introduced where an uninitialized `requestFut` gets `fail()`-ed if the message's `id` cannot be found in pending list. Revert back to return an `err()` instead, as before.