org.geppetto.frontend icon indicating copy to clipboard operation
org.geppetto.frontend copied to clipboard

Websocket reconnection ensure data got lost and then trigger reload

Open ddelpiano opened this issue 3 years ago • 1 comments

Just discussed in the VFB sprint with Robbie, he is testing this closing the websocket and noticed that the reconnection is then associated to a new geppettoManager, in principle this is fine since that logic is meant to work with unexpected lost connection that will have a return code different from a closed websocket. However, what we need to do geppetto wise is to check if the geppettoManager we are trying to resume is still existing, if not force the frontend to trigger a reload since the data are not available.

ddelpiano avatar Mar 01 '21 15:03 ddelpiano