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
fix: handle missing ui.broadcast method in newer NiceGUI versions
- Added try-except to handle AttributeError when ui.broadcast is called
- Fall back to timer-based sync when broadcast is not available
- Added logging to track when fallback is used
0 commit comments