You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a weird issue with reattaching to a detached session created with RSevalDetach using the RSclient (issue also pops up using the java client with voidEvalDetach()), when I try to reattach the server closes connection with garbage message. This only seems to happen when I'm doing something with one of bioconductor's annotation packages and happens every time. Here's a simple snippet to reproduce my issue:
This is all with R version 3.2.0; CRAN's version of Rserve, the libraries needed from bioc are org.Hs.eg.db and ReactomePA; Rserve is running on locahlost at port 6311
The text was updated successfully, but these errors were encountered:
I'm having a weird issue with reattaching to a detached session created with RSevalDetach using the RSclient (issue also pops up using the java client with voidEvalDetach()), when I try to reattach the server closes connection with garbage message. This only seems to happen when I'm doing something with one of bioconductor's annotation packages and happens every time. Here's a simple snippet to reproduce my issue:
The error message on the server with debug on is:
This is all with R version 3.2.0; CRAN's version of Rserve, the libraries needed from bioc are org.Hs.eg.db and ReactomePA; Rserve is running on locahlost at port 6311
The text was updated successfully, but these errors were encountered: