Skip to content

Commit

Permalink
skip queue processing
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jan 9, 2025
1 parent 0d17f22 commit 50b1be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/dispatcher.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ dispatcher <- function(host, url = NULL, n = NULL, ..., tls = NULL, pass = NULL,
if (length(outq[[id]][["dmnid"]]))
events <- c(events, outq[[id]][["dmnid"]])
outq[[id]] <- NULL
next
} else {
send(outq[[id]][["ctx"]], value, mode = 2L, block = TRUE)
outq[[id]][["msgid"]] <- 0L
Expand Down

0 comments on commit 50b1be9

Please sign in to comment.