Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for persistent outgoing connections #113

Open
Marak opened this issue Aug 19, 2015 · 1 comment
Open

Add support for persistent outgoing connections #113

Marak opened this issue Aug 19, 2015 · 1 comment

Comments

@Marak
Copy link
Collaborator

Marak commented Aug 19, 2015

Some services ( like irc or twitter ) require a persistent outgoing connection.

Generally, there should be a lock on this connection if it's going to be created in response to an HTTP request. Additional HTTP requests to the endpoint after connection should result in a streaming write / response.

We can't guarantee the connection will always be maintained, but it should stay alive most of the time and reconnect immediately on disconnects.

@Marak
Copy link
Collaborator Author

Marak commented Sep 13, 2015

Took a first attempt at this, but was not happy with the implementation.

I'm still not 100% certain I want to add this API feature, as it will significantly increase the complexity of the system.

Will keep the issue open for now.

@Marak Marak changed the title Add support for persistent outgoing connections Add support for websockets / persistent outgoing connections Mar 1, 2016
@Marak Marak changed the title Add support for websockets / persistent outgoing connections Add support for persistent outgoing connections Mar 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant