fission-codes / go-car-mirror

Generic Go implementation of the CAR Mirror protocol
Apache License 2.0
4 stars 0 forks source link

Push and pull in http specific code terminates too early with missing blocks #108

Closed justindotpub closed 1 year ago

justindotpub commented 1 year ago

I currently can't reproduce this in the non-http code, so it may be a bug in the refactored http server's use of SinkResponder and SourceResponder. Another theory is that it relates to the order of events in the http code, with receiving of a new batch being nested within a flush.

justindotpub commented 1 year ago

This is fixed now.