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 noticed that when using one of the "exports" actions of some hardware object in the Equipment tab, the input fields get cleared every 5 seconds or so. I can see on the server running on the foreground that there's some geventwebsocket.handler call so I'm assuming some kind of polling.
Since I just barely started with React/Javascript I have no idea of where to even start to look at this. :-/
Anyone else has noticed this issue? I guess this feature is not really being used often, and even less with multiple parameters, so I assume it has always been like this but most people aren't really affected.
Cheers and thanks,
José
VID_20231124_151423677.mp4
The text was updated successfully, but these errors were encountered:
maybe this line, it refreshes the session every 9 s (not 5... ?), which maybe is what I see in the logs in your terminal. Can you change this number and see?
I already had increased that value (should have mentioned that in my original post...) and it doesn't affect the issue I´m having.
Meanwhile I measured the poll interval and it's 10 seconds (rather close to that 9-second session refresh actually...).
I'm still running the development server (honestly I don't know how to run a production server... I followed some instructions that mention to install "serve" and use that after "npm run build", but then that server doesn't even pass the MXCuBE initial logo to the login screen). Not sure if that can have something to do with this...
Hello!
I noticed that when using one of the "exports" actions of some hardware object in the Equipment tab, the input fields get cleared every 5 seconds or so. I can see on the server running on the foreground that there's some geventwebsocket.handler call so I'm assuming some kind of polling.
Since I just barely started with React/Javascript I have no idea of where to even start to look at this. :-/
Anyone else has noticed this issue? I guess this feature is not really being used often, and even less with multiple parameters, so I assume it has always been like this but most people aren't really affected.
Cheers and thanks,
José
VID_20231124_151423677.mp4
The text was updated successfully, but these errors were encountered: