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 in some logs from an Android device that we were receiving the same swap update messages multiple times.
[BreezSdkLiquid] {INFO} (2025-01-29T09:22:38.576302Z) : Handling incoming Chain Swap transition to "swap.created" for swap V32IGbFZaX3N
[BreezSdkLiquid] {CONFIG} (2025-01-29T09:22:38.577266Z) : Unhandled state for Chain Swap V32IGbFZaX3N: Created
[BreezSdkLiquid] {INFO} (2025-01-29T09:22:38.589110Z) : Successfully handled Chain Swap V32IGbFZaX3N update
[BreezSdkLiquid] {INFO} (2025-01-29T09:22:38.597636Z) : Handling incoming Chain Swap transition to "swap.created" for swap V32IGbFZaX3N
[BreezSdkLiquid] {CONFIG} (2025-01-29T09:22:38.599521Z) : Unhandled state for Chain Swap V32IGbFZaX3N: Created
[BreezSdkLiquid] {INFO} (2025-01-29T09:22:38.611086Z) : Successfully handled Chain Swap V32IGbFZaX3N update
[BreezSdkLiquid] {INFO} (2025-01-29T09:22:38.645093Z) : Handling incoming Chain Swap transition to "swap.created" for swap V32IGbFZaX3N
[BreezSdkLiquid] {CONFIG} (2025-01-29T09:22:38.648171Z) : Unhandled state for Chain Swap V32IGbFZaX3N: Created
[BreezSdkLiquid] {INFO} (2025-01-29T09:22:38.651629Z) : Successfully handled Chain Swap V32IGbFZaX3N update
This proceeds with later updates to the swap:
[BreezSdkLiquid] {INFO} (2025-01-29T09:35:07.973063Z) : Received text msg: "{\"event\":\"update\",\"channel\":\"swap.update\",\"args\":[{\"id\":\"V32IGbFZaX3N\",\"status\":\"transaction.lockupFailed\",\"failureReason\":\"locked 25000 is less than expected 25011\",\"failureDetails\":{\"expected\":25011,\"actual\":25000}}],\"timestamp\":\"1738143306203\"}"
[BreezSdkLiquid] {INFO} (2025-01-29T09:35:08.010845Z) : Received text msg: "{\"event\":\"update\",\"channel\":\"swap.update\",\"args\":[{\"id\":\"V32IGbFZaX3N\",\"status\":\"transaction.lockupFailed\",\"failureReason\":\"locked 25000 is less than expected 25011\",\"failureDetails\":{\"expected\":25011,\"actual\":25000}}],\"timestamp\":\"1738143306208\"}"
[BreezSdkLiquid] {INFO} (2025-01-29T09:35:08.033584Z) : Received text msg: "{\"event\":\"update\",\"channel\":\"swap.update\",\"args\":[{\"id\":\"V32IGbFZaX3N\",\"status\":\"transaction.lockupFailed\",\"failureReason\":\"locked 25000 is less than expected 25011\",\"failureDetails\":{\"expected\":25011,\"actual\":25000}}],\"timestamp\":\"1738143306205\"}"
[BreezSdkLiquid] {INFO} (2025-01-29T09:35:08.038925Z) : Received text msg: "{\"event\":\"update\",\"channel\":\"swap.update\",\"args\":[{\"id\":\"V32IGbFZaX3N\",\"status\":\"transaction.lockupFailed\",\"failureReason\":\"locked 25000 is less than expected 25011\",\"failureDetails\":{\"expected\":25011,\"actual\":25000}}],\"timestamp\":\"1738143306209\"}"
The ws stream loop restarted due to stream errors (network connectivity issues):
I noticed in some logs from an Android device that we were receiving the same swap update messages multiple times.
This proceeds with later updates to the swap:
The ws stream loop restarted due to stream errors (network connectivity issues):
When it restarts, previous subscriptions are still alive, and new ones are created.
The text was updated successfully, but these errors were encountered: