mathworks / matlab-proxy

Python® package enables you to open a MATLAB® desktop in a web browser tab.
Other
48 stars 23 forks source link

Multiple windows error with only one window. #32

Closed kcopenhagen closed 6 months ago

kcopenhagen commented 6 months ago

Summary

Whenever I working an interactive window for a while and then close it and disconnect for a while and go back to it, it pops up a warning saying I have matlab open in multiple windows asking if I want to continue on the other window or the current one. It works find once I click continue in this window it's just mildly annoying to have to click that every time.

Browser(s) used

No response

Script output

No response

prabhakk-mw commented 6 months ago

Hi @kcopenhagen

This should now be fixed with v0.17.0 of matlab-proxy. Kindly verify by upgrading your packages using:

python -m pip install --upgrade matlab-proxy

Please do let us know if upgrading to this version did not resolve the reported issue.

Thank you!