rstudio / httpuv

HTTP and WebSocket server package for R
Other
227 stars 86 forks source link

AppWrapper does not fully clean up wsconns #231

Closed rundel closed 5 years ago

rundel commented 5 years ago

Currently each new WebSocket is added to the wsconns environment in the AppWrapper, however when the web socket disconnects the variable in the environment is set to NULL but not removed, leaving the name (address) in the environment.

wch commented 5 years ago

Closed by #232.