Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Curl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ function socket_callback(

isnothing(watcher) && return 0

task = @async begin
task = Threads.@spawn begin
while watcher.running && grpc.running
# Watcher configuration might be changed, wait until its safe to wait on the watcher
wait(watcher.ready)
Expand Down
Loading