diff --git a/messaging/messaging_pyx.pyx b/messaging/messaging_pyx.pyx index d87f888..78b928e 100644 --- a/messaging/messaging_pyx.pyx +++ b/messaging/messaging_pyx.pyx @@ -84,6 +84,7 @@ cdef class SubSocket: if msg == NULL: # If a blocking read returns no message check errno if SIGINT was caught in the C++ code if errno.errno == errno.EINTR: + print("SIGINT received, exiting") sys.exit(1) return None