We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4415375 commit 02057a6Copy full SHA for 02057a6
src/subscriptions.jl
@@ -138,7 +138,7 @@ function open_subscription(fn::Function,
138
end
139
140
141
- # We can't throw errors from the ws handle function in HTTP 1.0, as they get digested.
+ # We can't throw errors from the ws handle function in HTTP.jl 1.0, as they get digested.
142
isassigned(throw_if_assigned) && throw(throw_if_assigned[])
143
output_debug(verbose) && println("Finished. Closing subscription")
144
subscription_tracker[][sub_id] = "closed"
0 commit comments