Skip to content

Commit

Permalink
wonk
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Jan 29, 2025
1 parent 4462152 commit 3533936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/scraper/remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func handleConnection(conn net.Conn) {
conn.Close()
wg.Done()
}()
wg.Add(1)

for rm := range inChan {
var err error
Expand Down

0 comments on commit 3533936

Please sign in to comment.