Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hung gate after failed reconnect #227

Closed
daonb opened this issue Jun 8, 2022 · 0 comments
Closed

Hung gate after failed reconnect #227

daonb opened this issue Jun 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@daonb
Copy link
Contributor

daonb commented Jun 8, 2022

Describe the bug

opened the iPad on a one-bar wifi connection.
Previously connected server failed to reconnect.
going back home and clicking the gate solved the issue.

Here is the post reconnect log:

"in open" 
"updateNetworkStatus: true" 
"Active ☀️" 
"updateNetworkStatus: true" 
"opening session" 
"on negotiation needed" {"isTrusted":true} 
"updating moritz state to failed" 
"TimedOut" 
"opening session" 
"updating moritz state to failed" 
"TimedOut" 
"opening session" 
"updating moritz state to connected" 
"Fresh state, creating the first pane" 
"adding Window: " 
"in layout constructore" 
"updating moritz state to failed" 
"TimedOut" 
"opening session" 
"updating moritz state to connected" 
"Fresh state, creating the first pane" 
"this.loseState()" 
"updating moritz state to failed" 
"TimedOut" 
"opening session" 
"updating moritz state to connected" 
"Fresh state, creating the first pane" 
"this.loseState()" 
"updating moritz state to connected" 
"Fresh state, creating the first pane" 
"this.loseState()" 
"Clearing gate" 
"fit failed 0 times. giving up" 
"Closing gate after updating to empty state" 
"disengaging. boarding is false" 
"opening session" 
"on negotiation needed" {"isTrusted":true} 
"updating moritz state to connecting" 
"updating moritz state to connected" 
">>> cdc opened" 
"sending pending messages:" [[{"type":"get_payload","args":{},"message_id":0,"time":1654679048355},null,null]] 
"sending ctrl message " "{\"type\":\"get_payload\",\"args\":{},\"message_id\":0,\"time\":1654679048355}" 
"got cdc message:" {"time":1654679048601,"message_id":1,"type":"ack","args":{"ref":0,"body":{"windows":[{"name":"Tab 1","layout":{"dir":"topbottom","sx":1,"sy":1,"xoff":0,"yoff":0,"cells":[{"dir":"rightleft","sx":0.5512445095168375,"sy":1,"xoff":0,"yoff":0,"cells":[{"sx":0.5512445095168375,"sy":0.5,"xoff":0,"yoff":0,"fontSize":12,"channel_id":16},{"sx":0.5512445095168375,"sy":0.5,"xoff":0,"yoff":0.5,"fontSize":12,"channel_id":21}]},{"sx":0.44875549048316166,"sy":1,"xoff":0.5512445095168375,"yoff":0,"fontSize":14,"channel_id":19,"active":true}]},"active":true}]}}} 
"Setting layout: " {"windows":[{"name":"Tab 1","layout":{"dir":"topbottom","sx":1,"sy":1,"xoff":0,"yoff":0,"cells":[{"dir":"rightleft","sx":0.5512445095168375,"sy":1,"xoff":0,"yoff":0,"cells":[{"sx":0.5512445095168375,"sy":0.5,"xoff":0,"yoff":0,"fontSize":12,"channel_id":16},{"sx":0.5512445095168375,"sy":0.5,"xoff":0,"yoff":0.5,"fontSize":12,"channel_id":21}]},{"sx":0.44875549048316166,"sy":1,"xoff":0.5512445095168375,"yoff":0,"fontSize":14,"channel_id":19,"active":true}]},"active":true}]} 
"Clearing gate" 
"adding Window: Tab 1" 
"in layout constructore" 
"in layout constructore" 
"sending ctrl message " "{\"type\":\"reconnect_pane\",\"args\":{\"id\":16},\"message_id\":1,\"time\":1654679048671}" 
"sending ctrl message " "{\"type\":\"reconnect_pane\",\"args\":{\"id\":21},\"message_id\":2,\"time\":1654679048762}" 
"sending ctrl message " "{\"type\":\"reconnect_pane\",\"args\":{\"id\":19},\"message_id\":3,\"time\":1654679048859}" 
"got cdc message:" {"time":1654679048823,"message_id":2,"type":"ack","args":{"ref":1,"body":16}} 
"got cdc message:" {"time":1654679048892,"message_id":3,"type":"ack","args":{"ref":2,"body":21}} 
"got cdc message:" {"time":1654679048990,"message_id":4,"type":"ack","args":{"ref":3,"body":19}} 
"dcOpened" {} 
"dcOpened" {} 
"dcOpened" {} 
"sending ctrl message " "{\"type\":\"set_payload\",\"args\":{\"Payload\":{\"windows\":[{\"name\":\"Tab 1\",\"layout\":{\"dir\":\"topbottom\",\"sx\":1,\"sy\":1,\"xoff\":0,\"yoff\":0,\"cells\":[{\"dir\":\"rightleft\",\"sx\":0.5512445095168375,\"sy\":1,\"xoff\":0,\"yoff\":0,\"cells\":[{\"sx\":0.5512445095168375,\"sy\":0.5,\"xoff\":0,\"yoff\":0,\"fontSize\":12,\"channel_id\":16},{\"sx\":0.5512445095168375,\"sy\":0.5,\"xoff\":0,\"yoff\":0.5,\"fontSize\":12,\"channel_id\":21}]},{\"sx\":0.44875549048316166,\"sy\":1,\"xoff\":0.5512445095168375,\"yoff\":0,\"fontSize\":14,\"channel_id\":19,\"active\":true}]},\"active\":true}]}},\"message_id\":4,\"time\":1654679049100}" 
"got cdc message:" {"time":1654679049231,"message_id":5,"type":"ack","args":{"ref":4,"body":{"windows":[{"name":"Tab 1","layout":{"dir":"topbottom","sx":1,"sy":1,"xoff":0,"yoff":0,"cells":[{"dir":"rightleft","sx":0.5512445095168375,"sy":1,"xoff":0,"yoff":0,"cells":[{"sx":0.5512445095168375,"sy":0.5,"xoff":0,"yoff":0,"fontSize":12,"channel_id":16},{"sx":0.5512445095168375,"sy":0.5,"xoff":0,"yoff":0.5,"fontSize":12,"channel_id":21}]},{"sx":0.44875549048316166,"sy":1,"xoff":0.5512445095168375,"yoff":0,"fontSize":14,"channel_id":19,"active":true}]},"active":true}]}}} 
"Handling meta key 9" 
@daonb daonb added the bug Something isn't working label Jun 8, 2022
@daonb daonb closed this as completed in 1e6e310 Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant