-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
In essence I need a message bus daemon and separate mover of python objects daemon on one server. Ideally, I need message bus on localhost to serialize input. on the other side I need ssl daemon that will get that input and expose it for move over the network.
Problem is that I am unable to start ssl daemon as it is complaining that I am using same server (socket issue). i understood that multiplex servers are capable of joining into master daemon loop, but aside from combaining ns and broadcast server into single daemon I can't do this on my own daemons above.
Is this possible and if it is can someone explain to me how to do this?
Metadata
Metadata
Assignees
Labels
No labels