Skip to content
Prev 8090 / 63424 Next

socket bug ??? (PR#2056)

Please help me,

I use R-1.4.1 and everything works fine. But with R-1.5.1 ist does'nt work:

I have this put into a file called "socket.R"

while(TRUE){
con1 <- socketConnection(host="localhost",port=6021,server=TRUE);
source(con1);
close(con1);
}


So I can use R with:

source("socket.R")

and R answers me when I send a command to it via socket 6021. But in version 
1.5.1 it does'nt work. Have you any idea?

Many thanks

Ralf Wieland