• Hannah Howard's avatar
    Fix bugs identified in integration with go-data-transfer (#143) · 2d101fff
    Hannah Howard authored
    * fix(allocator): don't let allocs dip below zero
    
    * refactor(allocator): move to top level
    
    move allocator to top level dir since it's used only in messagequeue now
    
    * fix(responsemanager): cleanup requests after network error
    
    * fix(messagequeue): release memory synchronously
    
    refactor messagequeue so that memory is released synchronously as soon as a message is sent or
    errors
    
    * refactor(allocator): respond to PR comments
    
    clarify intent via addressing comments on PR
    2d101fff
graphsync.go 14.3 KB