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
This case is probably the same as in #142. When httpgd is used via RServe (it's a proxy library which allows calling R functions via socket) web server is hanged after first plot. Only first thumbnail is displayed. Any other successive plots have no effect. Refreshing a browser hangs.
Describe the bug
This case is probably the same as in #142. When
httpgd
is used via RServe (it's a proxy library which allows calling R functions via socket) web server is hanged after first plot. Only first thumbnail is displayed. Any other successive plots have no effect. Refreshing a browser hangs.To Reproduce
Install RServe and RSclient packages.
In first R session:
In the second R session:
URL after calling
hgd()
is displayed in the first session.Expected behavior
http server shouldn't hang.
Screenshots
Environment
The text was updated successfully, but these errors were encountered: