Skip to content

Commit

Permalink
update for nng_error() post nanonext 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jul 31, 2024
1 parent e62928e commit 34166d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions R/utils_mirai.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ daemons_info <- function(name, seconds_interval, seconds_timeout) {
}

daemons_error <- function(daemons, name) {
message <- sprintf(
"'errorValue' int %d | %s\n",
daemons,
nanonext::nng_error(daemons)
)
message <- sprintf("'errorValue' int %s\n", nanonext::nng_error(daemons))
pid <- mirai::nextget("pid", .compute = name)
exists <- !is.null(pid) &&
!inherits(
Expand Down

0 comments on commit 34166d0

Please sign in to comment.