| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I think we should squash all commits into a single commit for better review and merging. Rebase your branch onto main and squash all the commits. Thanks for your work. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Implement the function create_listener, for pycdp.twisted, so the user can cancel it.
Remove _CLOSE_SENTINEL, because you can directly use Deferred.close to achieve the same effect.
Added tests for CDPEventListener.
There's still an isssue with the internal state. I don't know what should happen when aiter(listener) is called multiple times.