We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following is displayed at the end of every sync, even if the sync actually succeeded.
I narrowed down the issue to this line no longer having any effect, probably after upgrading the third-party lib ws:
ws
awala-gateway-desktop/packages/daemon/src/server/control/courierSync.ts
Line 49 in 184f775
The client is getting a 1005 code, which it doesn't expect:
1005
awala-gateway-desktop/packages/ui/src/ipc/courierSync.ts
Lines 69 to 71 in a03b034
WireShark shows that the server is closing the connection without a close code, so it makes sense that the client gets a 1005.
The text was updated successfully, but these errors were encountered:
I should try to upgrade ws-mock first as that could shed some light: #1110
Sorry, something went wrong.
No branches or pull requests
The following is displayed at the end of every sync, even if the sync actually succeeded.
I narrowed down the issue to this line no longer having any effect, probably after upgrading the third-party lib
ws
:awala-gateway-desktop/packages/daemon/src/server/control/courierSync.ts
Line 49 in 184f775
The client is getting a
1005
code, which it doesn't expect:awala-gateway-desktop/packages/ui/src/ipc/courierSync.ts
Lines 69 to 71 in a03b034
WireShark shows that the server is closing the connection without a close code, so it makes sense that the client gets a
1005
.The text was updated successfully, but these errors were encountered: