aboutsummaryrefslogtreecommitdiff
path: root/dialoguer/context_script.r
diff options
context:
space:
mode:
Diffstat (limited to 'dialoguer/context_script.r')
-rw-r--r--dialoguer/context_script.r1
1 files changed, 1 insertions, 0 deletions
diff --git a/dialoguer/context_script.r b/dialoguer/context_script.r
index f2a795a..33aacaa 100644
--- a/dialoguer/context_script.r
+++ b/dialoguer/context_script.r
@@ -30,6 +30,7 @@ send <- function(conn, data, send_data_type = FALSE) {
if (send_data_type) {
data_type_name <- typeof(data)
writeBin(data_type_name, conn)
+ recv_chk <- recv(conn, set_data_type = 'logical')
}
writeBin(data, conn)
}