dragos-vlad
dragos-vlad
I'm encountering a similar issue: running `device.supported_input_configs()` only returns the default configuration even though the device supports a wide selection of sample rates. I noticed that if I go and...
I'm also getting this exception when the application closes. ``` Exception ignored in: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/zmq/sugar/socket.py", line 66, in __del__ self.close() File "/usr/local/lib/python3.6/site-packages/zmq/_future.py", line 157, in...
@minrk How do I find out?
Like you mentioned in the libzmq issue it's pretty important for the final version of the sockets to expose a way for event loops to work with them. Until then...