Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: service class trying to get event loop on init (#61)
The `_new_*_event` methods on the `Service` class were calling the `loop` property instead of using the `_loop` attribute, the property tried to fetch the current thread's event loop which caused some odd issues, this fix delays that until the event loop is actually needed (lazy loading).
- Loading branch information