You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2021. It is now read-only.
it would be nice to have possibility of binding to UNIX sockets (for production environments). i'm willing to make a PR, but i would like to know how should config options look like in this case?
The text was updated successfully, but these errors were encountered:
Subscriber and publisher adresses can be unix sockets already. Why do you want to bind the Tornado server to a unix socket? Browers need to connect to them. If you want to be able to bind to unix sockets and add a proxy in front of it, I think we should do something like "If server port is None, consider the HOST als unix socket path". Do you have any other ideas?
it would be nice to have possibility of binding to UNIX sockets (for production environments). i'm willing to make a PR, but i would like to know how should config options look like in this case?
The text was updated successfully, but these errors were encountered: