R/ipc.R
ipc_read_message.Rd
Reads a single newline-terminated JSON line from the connection, with timeout. Returns parsed list. Raises error on timeout.
ipc_read_message(conn, timeout = 30000L)
A connection object
Timeout in milliseconds (default 30000)
A parsed list from the JSON message