Closed Pryz closed 6 months ago
This indicates that the connection is being closed somewhere before the long polling CLI receives the expected 504 response from upstream. If a 504 response is received, the CLI will loop and try again without showing an error to the user. If the long polling request is closed before the 504 response is received, an error will be shown (as above).
When there is nothing in the bridge queue, the client will show a warning:
We should either move this warning behind a debug flag or handle it gracefully.