issues
search
filecoin-project
/
go-data-transfer
Data Transfer Shared Component for go-filecoin & go-lotus
Other
39
stars
17
forks
source link
OpenDataTransferChannel should accept an event subscriber that only gets events for the channel
#355
Closed
hannahhoward
closed
1 year ago
hannahhoward
commented
1 year ago
Goals
remove perpetual race condition around "how do I subscribe to events for just my channel"
What
OpenDataTransferChannel should take an optional call back for events
Only events on the channel should be dispatched
How
implement a single global subscribe in go-data-transfer that dispatches to individual retrieval subscribers
Goals
What
How