lnd.xprv/subscribe
carla 3aa008ab04
multi: add interface for subscribe client so it can be mocked
The current implementation of subscribe is difficult to mock because
the queue that we send updates on in unexported, so you cannot create
a subscribe.Client object and then add your own updates. While it is
possible to run a subscribe server in tests, subscribe servers will
shutdown before dispatching their udpates to all clients, which can be
flakey (and is difficult to workaround). In this commit, we add a
subscription interface so that these testing struggles can be addressed
with a mock.
2020-09-08 13:47:13 +02:00
..
interface.go multi: add interface for subscribe client so it can be mocked 2020-09-08 13:47:13 +02:00
subscribe_test.go multi: fix canceled spelling 2019-10-03 17:27:36 +02:00
subscribe.go multi: add interface for subscribe client so it can be mocked 2020-09-08 13:47:13 +02:00