Skip to content

onion-tunnel: make sure proxy task is done before closing sockets

eta requested to merge eta/more-orderly-close into main
  • We now keep track of sockets' associated proxy tasks in a handle-indexed hashmap, and check the associated proxy task has quit before removing the socket from the socket set.
  • This should fix #40 (closed).

Merge request reports