Hello, I'm using Deepgram flux, but I'm
Hello, I'm using Deepgram flux, but I'm haivng an issue where I connect to the websocket - but I'm not getting the open event triggering or receiving a "connected" message frame in the message listener.
The odd thing is that this seems intermittant. Every couple of minute or so, when I establish the connection, it works. However, when I try again through a new connection, the websocket is failing. Context, I have a phone AI system. When I establish the call, I connect to the various systems we use.
Ideally, I'd like to use flux via CF. However, the connection seems intermittent. The websocket connection is established for every call that comes through. I close the websocket upon ending the call.
But what'll happen is that I'll establish the connection, sometimes, I get logs telling me that the websocket opened. Other times, I'm not getting any feedback, but it'll finally connect after a second or 2 instead of it being somewhat instant.
But then, I'll try yet another call, and this call simply won't establish the connection. No errors, that I'm seeing, the on open listener, I get nothing in the logs for it.
And the "connected" message frame flux I believe sends, doesn't send. Is there something I might be doing wrong?
The odd thing is that this seems intermittant. Every couple of minute or so, when I establish the connection, it works. However, when I try again through a new connection, the websocket is failing. Context, I have a phone AI system. When I establish the call, I connect to the various systems we use.
Ideally, I'd like to use flux via CF. However, the connection seems intermittent. The websocket connection is established for every call that comes through. I close the websocket upon ending the call.
But what'll happen is that I'll establish the connection, sometimes, I get logs telling me that the websocket opened. Other times, I'm not getting any feedback, but it'll finally connect after a second or 2 instead of it being somewhat instant.
But then, I'll try yet another call, and this call simply won't establish the connection. No errors, that I'm seeing, the on open listener, I get nothing in the logs for it.
And the "connected" message frame flux I believe sends, doesn't send. Is there something I might be doing wrong?
