mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
add a note about multiple emperor subscriptions
This commit is contained in:
@@ -279,6 +279,10 @@ void uwsgi_corerouter_manage_internal_subscription(struct uwsgi_corerouter *ucr,
|
||||
}
|
||||
|
||||
int corerouter_spawn_vassal(struct uwsgi_corerouter *ucr, struct uwsgi_subscribe_node *node, int attempt) {
|
||||
// TODO
|
||||
// a vassal field could be in the form address:name where address is the emperor command socket
|
||||
// to use. As we cannot know in advance if it will be a UDP or UNIX address, we need to
|
||||
// re-create and close the socket every time.
|
||||
if (!ucr->emperor_socket)
|
||||
return -1;
|
||||
int ret = -1;
|
||||
|
||||
Reference in New Issue
Block a user