Prueba 4.3 apartado 1: cambio entre tableros. En tablet muestra transiciones raras volviendo a login, entrando..varias veces, hasta que carga todo
¿No se puede hacer de forma transparente y que no muestre esos cambios de ventanas?
-
Developer
cuando se cambia de tablero activo, que supongo que es a lo que te refieres, se vuelve al login porque es un cambio mayor, y no es algo que se espere que pase a cada momento. De todos modos, le he dado una vuelta, tanto en modo supervisor como alumno, parece que va fino
-
closed
Toggle commit list -
Developer
El problema es porque por websockets llega el mensaje por duplicado, por eso hace ese raro. Lo estoy controlando desde la tableta, pero el server no deberia enviar duplicados, obviamente. Esto es lo que recibo cuando hay un cambio de tablero:
01-04 22:22:48.043 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.websockets.StudentTalk: *****************************************raw Received message {"license":{"creation_ts":"2017-06-01T09:41:54.000Z","activation_ts":"2017-06-01T09:42:21.000Z","duration":8,"expiration_ts":"2018-02-02T00:00:00.000Z","number":"KQ98X7OI6FNHQ7GU","type":"official","creator":"amontejo@ujaen.es","student":95,"isValid":true,"isTrial":false,"isOfficial":true},"id_active_grid":179,"id":95,"username":"arg0001","name":"Andrés","surname":"Ruiz García","birthdate":"2011-08-24T00:00:00.000Z","gender":"M","country":"ES","pic":"\/upload\/studentAvatar\/2a10tvyrnLC0iViKf0d2uu1poyGeroRLPAMfKF6oS85Ylc7ewr0gIl.jpg","notes":"","lang":"es-es","attributes":{"categories":true,"id_active_grid":null,"input_feedback":{"vibration":true,"read":false,"beep":false,"highlight":false},"input_selection":{"click":true,"double_click":false,"long_press":false,"drag":true},"legend":false,"legend_size":"normal","size":"large","picto_background":"#0000ff","tape_background":"#00ffff","one_picto_delivery":false,"delivery":0},"current_method":"no_method","current_instruction":"no_instruction"} 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tools.PCBcontext: *************************Major config modification. Restarting is mandatory 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.NetService: **************************RESTARTAPP NETSERVICE LISTENERS 01-04 22:22:48.074 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tabletlibrary.net.NetServiceTablet: *************************************App restarting, reset last login:false 01-04 22:22:48.096 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.websockets.StudentTalk: **************************************raw Received message {"license":{"creation_ts":"2017-06-01T09:41:54.000Z","activation_ts":"2017-06-01T09:42:21.000Z","duration":8,"expiration_ts":"2018-02-02T00:00:00.000Z","number":"KQ98X7OI6FNHQ7GU","type":"official","creator":"amontejo@ujaen.es","student":95,"isValid":true,"isTrial":false,"isOfficial":true},"id_active_grid":179,"id":95,"username":"arg0001","name":"Andrés","surname":"Ruiz García","birthdate":"2011-08-24T00:00:00.000Z","gender":"M","country":"ES","pic":"\/upload\/studentAvatar\/2a10tvyrnLC0iViKf0d2uu1poyGeroRLPAMfKF6oS85Ylc7ewr0gIl.jpg","notes":"","lang":"es-es","attributes":{"categories":true,"id_active_grid":null,"input_feedback":{"vibration":true,"read":false,"beep":false,"highlight":false},"input_selection":{"click":true,"double_click":false,"long_press":false,"drag":true},"legend":false,"legend_size":"normal","size":"large","picto_background":"#0000ff","tape_background":"#00ffff","one_picto_delivery":false,"delivery":0},"current_method":"no_method","current_instruction":"no_instruction"} 01-04 22:22:48.121 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.tools.PCBcontext: *************************Major config modification. Restarting is mandatory 01-04 22:22:48.121 13968-14162/com.yottacode.pictogram.yotta_tablet E/com.yottacode.pictogram.net.NetService: *****************************RESTARTAPP NETSERVICE LISTENERS
-
reopened
Toggle commit list -
Developer
creo que está solucionado
-
closed
Toggle commit list