When waiting for messages to come across the bus we lock and unlock the GIL needlessly every 1ms. See Pull Request here for more details: https://github.com/intrepidcs/python_ics/pull/58
When waiting for messages to come across the bus we lock and unlock the GIL needlessly every 1ms.
See Pull Request here for more details: #58