The BesterInformer allows handlers to query (out-of-band) information regarding this bester server.
This is useful when the message handler requires additional information before it sends its final message response.
Constructs a new BesterInformer object which will accept incoming connections (upon calling .start) from handlers, over a UNIX domain socket, requesting server information.
See Implementation
The BesterInformer allows handlers to query (out-of-band) information regarding this bester server.
This is useful when the message handler requires additional information before it sends its final message response.