• Jeromy's avatar
    Handle incoming conns in their own goroutines · b938ab9a
    Jeromy authored
    Doing the multistream negotiation in sync causes hanging issues.
    This commit accepts transport connections and starts the negotiation
    in a separate goroutine, sending it down a channel when its ready.
    b938ab9a
dial_test.go 8.71 KB