-
Notifications
You must be signed in to change notification settings - Fork 1
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
Encountering an issue with Websocket connections failing #83
Comments
@anthonylusardi-da I have seen this a few times myself. Is there a more user-facing problem that goes with it? I didn't see any obvious correlation when I noticed before, but want to double check in case it helps me debug this. |
No user facing issues from what I can tell.
…On Thu, Jun 3, 2021, 3:05 AM John Ericson ***@***.***> wrote:
@anthonylusardi-da <https://github.com/anthonylusardi-da> I have seen
this a few times myself. Is there a more user-facing problem that goes with
it? I didn't see any obvious correlation when I noticed before, but want to
double check before I dive deeper into this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOG2KEHVRFKAXU36CQSTJQTTQ4ZT5ANCNFSM455GQO5Q>
.
--
This message, and any attachments, is for the intended recipient(s) only,
may contain information that is privileged, confidential and/or proprietary
and subject to important terms and conditions available at
http://www.digitalasset.com/emaildisclaimer.html
<http://www.digitalasset.com/emaildisclaimer.html>. If you are not the
intended recipient, please delete this message.
|
The following may happen, approximately in this order
|
Is there a solution to this? |
I was looking at https://github.com/digital-asset/ex-healthcare-claims-processing/blob/af5ac5257ee1703a5fc911c4f56bd0f3dfa87639/ui/src/components/Appointments.tsx#L31-L59 where it looked like what @richardkapolnai-da was describing would play out, but i didn't immediately see an issue because there is a bunch of defense ternary operator already. Or is the issue something about the |
This happens in multiple parts of the workflow but for example when clicking on a patient's Appointment to check them in as a Radiologist I'll get a
useStreamQueries: WebSocket connection failed.
error in Chrome's dev console. Here you can see the error with lacking anappointmentId
. I'll see similar errors fortreatmentId
and others.The text was updated successfully, but these errors were encountered: