Websockets suddenly not connecting
skowt
HOBBYOP

a month ago

My deployment has stopped accepting websocket connections although nothing has changed on the app code.

Does anyone know of a recent change that means that websockets are blocked?

I’m using the generated domain so I understand if there’s some sort of limit on it.

$10 Bounty

1 Replies

a month ago

The only known limits that might affect WebSockets are:

  1. Maximum duration of 15 minutes for requests.

  2. 10,000 requests per connection.

They are definitely not blocked and can still be utilized.


Loading...