filecoin-project / go-legs

Does the legwork for go-data-transfer
Apache License 2.0
20 stars 14 forks source link

`TransportConfigurer` is only set when dtsync publisher is instantiated from existing data transfer #108

Closed masih closed 2 years ago

masih commented 2 years ago

See here. Why?

gammazero commented 2 years ago

When we create our own datateransfer we also create our own graphsync implementation here and give it the linksystem.

In the case where there is an existing graphsync, we need to give it the linksystem that legs is using.