Skip to content
  • Patrick Steinhardt's avatar
    global: Close gRPC connections · 5981dc52
    Patrick Steinhardt authored
    When creating gRPC connections, then we spawn a set of Goroutines which
    listen on these connections. As a result, if they are never closed,
    those Goroutines are leaked.
    
    Fix this by closing connections.
    5981dc52