Tags: faust-streaming/mode
Tags
fix: service class trying to get event loop on init (#61) (#62) 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).
Style: go to pyproject.toml (#53) * style(pyproject.toml): regroup configuration in pyproject.toml * style(pyproject.toml): regroup configuration in pyproject.toml * docs(mkdocs): setup mkdocs and switch docstring style * style(documentation): switch to mkdocs from sphinx * fix: working on fixing github actions pipeline * build: bump pypy to 3.10 * docs(mkdocs): add file import via snippet * fix: restore install.sh and see if github pipeline pass * fix: rollback install as it changed nothing * fix: rollback github action * Install self in tests.yml and test PyPy 3.9 as well * Revert pip -e invocation in tests.yml lol * fix: restore coveragerc * fix: pytest declare specific dir instead of mean directory * fix: pytest declare specific dir instead of mean directory * fix: pytest declare specific dir instead of mean directory --------- Co-authored-by: William Barnhart <williambbarnhart@gmail.com>
Bring back custom `Event` and fix improper usage of `_wakeup_timer_in… …_thread` (#39) * fix import logic again to address #38 * fix thread test import Event * fix thread test import Event * commit potential fix? * replace asyncio.sleep with self.sleep * readd get_event_loop_policy() * readd loop kwargs until we figure out what to do * fix server test import * fix erroneous loops because im illiterate * Add changes by @lqhuang
PreviousNext