submarines-and
submarines-and
On closer inspection, it seems like the connection is closing on first message sent to server. Reproduction (swap web socket-url to one using cloud endpoints vs not). Works when bypassing...
I did some more testing (using a different socket library) and can see that the connection in fact closes as soon as the SERVER sends a message. Maybe the gateway...
Logs emailed (and uploaded to GCP support case)
I also tried using server side events as a substitute, but they also do not work (close after 15 seconds), while working fine if espv2 is bypassed. In envoy docs...
We switched architecture 1) Switched web sockets for "Server side events". 2) Replaced cloud endpoints with a custom gateway running in cloud run
Finally found this issue, and while I am very happy for the workaround, it is also very frustrating that they needed to be imported in a specific order. For us,...