Isaac
Results
3
comments of
Isaac
I wonder if it would be as simple as passing `log=True` to the `Connection` class. If True, open a zmq PUB socket to forward the zmq_msg acquired in `self.recv`, before...
Great! Yes, I'll take a shot.
Would it be advisable to simply add 2 keyword arguments to Connection objects with default values of `None`: ``` # uses the Python logging module logging_logger=None ``` wherein `self.recv` inside...