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 stopped the worker (i.e. the redisWorker function) using the STOP button in Rgui. But the setOK thread is apparently still running in the background:
I stopped the worker (i.e. the
redisWorker
function) using the STOP button in Rgui. But the setOK thread is apparently still running in the background:Even starting a new worker (in the session where the previous worker was stopped) won't fix the situation:
Even this sequence (on the master) won't fix the situation:
The only working "fix" is to close the whole R session (Rgui) that caused the problem.
This issue potentially might contribute (I say might as I am not sure at all) to unpredictable issues #14 and #15.
I use R 3.1.0, doRedis 1.1.1, rredis 1.6.9 and redis server 2.6.12, all on a single host Windows XP.
The text was updated successfully, but these errors were encountered: