Add ping to transmit to keep connection open #4423
adrianNEMO
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey @adrianNEMO! 👋🏻 Great addition. So, the server should send a special event to the client that will be automatically dismissed. Can you create an issue in Transmit repository? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice for transmit to send a periodic ping message to prevent the connection to timeout when using services like Cloudflare which closes connections after 100 seconds when no data is sent.
As a workaround I created a adonis provider which sends a event periodically to all clients. But this also requires to explicitly subscribe on the channel client.
It would be nice if transmit would send by default a message to all clients which can be just ignored on the client side. Since it does not require a subscription
Beta Was this translation helpful? Give feedback.
All reactions