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
After the shutdown() the server exits (client killed server) and then the messages start. You can logout from the serverhost (messages stop) and login again (to recreate the ssh tunnel) but the messages continue! The only way to stop them is to exit RStudio.
Using exit(client.only=FALSE) has the same effect.
(Separate issue, and worse, if you attempt to use client() now then the whole RStudio session totally hangs and cannot be killed!)
Environment:
client RStudio 1.4.1717, server R 4.1.1, freshly installed 'remoter' package (0.4-1) from github on both ends
Symptom:
server window is filled with repeating messages (several times per second):
How to reproduce:
RStudio:
After the shutdown() the server exits (
client killed server
) and then the messages start. You can logout from the serverhost (messages stop) and login again (to recreate the ssh tunnel) but the messages continue! The only way to stop them is to exit RStudio.Using exit(client.only=FALSE) has the same effect.
(Separate issue, and worse, if you attempt to use client() now then the whole RStudio session totally hangs and cannot be killed!)
Environment:
client RStudio 1.4.1717, server R 4.1.1, freshly installed 'remoter' package (0.4-1) from github on both ends
See also:
#25 (comment)
The text was updated successfully, but these errors were encountered: