mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-09 09:03:10 +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.