Wilhelm Liao

Results 2 comments of Wilhelm Liao

I change the file https://github.com/vibora-io/vibora/blob/master/vibora/workers/handler.py#L87 and add SIGINT signal at line 88th. ```python try: loop.add_signal_handler(signal.SIGTERM, handle_kill_signal) loop.add_signal_handler(signal.SIGINT , handle_kill_signal) # listening SIGINT signal like Ctrl+C loop.run_forever() except (SystemExit, KeyboardInterrupt): loop.stop()...

Can you show your _mysql_ cli command parameter? I guess the parameter `--binary-as-hex` make binary data show with hex.