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 have searched the existing issues for similar feature requests.
I added a descriptive title and summary to this issue.
Summary
Currently,
There is no way to detect page refresh
There is no way to persists data between page refresh
Why?
I want to open serial port manually and it should be keep opened serial port object, even user press page refresh button on browser. secondly it should close it on page exist.
How?
Currently i am using @st.cache_resource to open it by opening fixed serial port and close it using atexit.register(app_closed)
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Summary
Currently,
Why?
I want to open serial port manually and it should be keep opened serial port object, even user press page refresh button on browser. secondly it should close it on page exist.
How?
Currently i am using @st.cache_resource to open it by opening fixed serial port and close it using atexit.register(app_closed)
Additional Context
No response
The text was updated successfully, but these errors were encountered: