Mark Harviston
                                            Mark Harviston
                                        
                                    adding `app.setQuitOnLastWindowClosed(False)` makes everything work correctly.
tests are fixed in #111
If you can find a way to definitively reproduce this, I'd still like to see the test case.
hrm. I'd strongly prefer steps to repro that don't depend on an external library, but this is better than before. we're not catching any exceptions when trying to disconnect the...
oh that's right pyqt5 is on pip ok, python 3.4 with PySide test replicates, python 3.6 with PyQt5 it does not. specifically the error is: ``` Traceback (most recent call...
well the point would be to put the tests in the unit test suite, but if they depend on external stuff then that's harder. the reduced test case would need...
pyqt4 + python3.4 displays a similar issue. pyqt4 + python3.5 doesn't show the issue. (I needed to install msvc++ redist 2015) I got a different error from PySide2 after I...
long story short, it looks like @croepha has a different issue than you do @dsalisbury The one you're coming accross is a known problem with Python 3.4 and asyncio with...
So you have 2 event loops (one quamash and one rethinkdb)? That's going to cause issues if you try to share futures between 2 different loops.
Can you share a minimal executable code snippet to reproduce the behavior?