Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove connection close check after sub handler (#5)
Encore Cloud Entwined used the http.DefaultTransport which is using an idle timeout of 90s. The connection established to push each subscription message is configured as keep-alive. Therefore the connection won't be closed until after 90s of connection idle time. This PR removes a check that Encore Cloud closes the connection after each acked message.
- Loading branch information