12 Commits

Author SHA1 Message Date
J. Nick Koston
2bad648c61
chore: enable some more ruff rules (#414) 2025-03-06 12:49:12 -10:00
J. Nick Koston
bfd48a3a38
feat: add support for finding message handlers when interface is None (#403) 2025-03-05 14:41:40 -10:00
J. Nick Koston
996659e1b5
feat: refactor service bus handler lookup to avoid linear searches (#400) 2025-03-05 13:28:00 -10:00
J. Nick Koston
eda37061c4
chore: switch to ruff (#339)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-07 09:37:35 -10:00
mriemensberger
7da5d44caa
fix: introspection bogus child paths (#280) 2024-05-08 14:56:13 -05:00
J. Nick Koston
d12266ddef
fix: avoid cythonizing SendReply (#232) 2023-08-24 09:28:53 -05:00
Noel Remy
5d6f90ba32
fix: subpath bad matching (#202)
Co-authored-by: Remy Noel <remy.noel@blade-group.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-08-17 15:11:38 -05:00
J. Nick Koston
d2ce4a1846
fix: add missing closes to tests (#49) 2022-10-01 23:03:11 -10:00
David Lechner
691ff8e1bf
replace deprecated asyncio.get_event_loop()
`asyncio.get_event_loop()` was deprecated in Python 3.10, so we should use `asyncio.get_running_loop()` instead.
2022-09-26 12:43:56 -05:00
Mike Degatano
e43889091b
fix: disconnect connected buses at end of tests (#25) 2022-09-20 10:28:43 -10:00
J. Nick Koston
36b08afbff chore: rename 2022-09-09 08:45:49 -05:00
J. Nick Koston
495bfac17f chore: initial port 2022-09-09 08:43:26 -05:00