ssbc / ssb-ooo

retrive ssb messages Out Of Order

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get({ id, timeout}) does not respect timeout

christianbundy opened this issue · comments

I haven't tested this (!) but reading this code it looks like we're not actually checking opts.timeout anywhere, whereas the readme specifies that the option is passed.

ssb-ooo is just a wrapper around gossip-query, which handles the timeout: dominictarr/gossip-query@9d00808