fission-codes / go-car-mirror

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

Diff between client and server session termination #82

Closed justindotpub closed 1 year ago

justindotpub commented 1 year ago

Push with close ends with client session closed but not server. Pull ends with both client and server sessions closed. Look into why and make sure they behave similarly.

justindotpub commented 1 year ago

This is fixed now with the refactoring to use SinkResponder and SourceResponder.