Author Login
Post Reply
Hi,
I have a socket connection where I do
-socketConnection
-writeLines
and then wait for the server to send data through the socket. so I have to wait on a readLines.But when I say
str<-readLines(con) it executes immediately and str gets nothing.what do i do for this?
[[alternative HTML version deleted]]
______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.