Skip to content

Commit

Permalink
do not manually tune poly socket buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Jan 9, 2025
1 parent 2883c03 commit 52c4fcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/dispatcher.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ dispatcher <- function(host, url = NULL, n = NULL, ..., tls = NULL, pass = NULL,

psock <- socket("poly")
on.exit(reap(psock), add = TRUE, after = TRUE)
`opt<-`(psock, "send-buffer", 1L)
m <- monitor(psock, cv)
listen(psock, url = url, tls = tls, error = TRUE)

Expand Down

0 comments on commit 52c4fcc

Please sign in to comment.