Joan Fontanals

Results 183 comments of Joan Fontanals

I will close the error as there has not been interaction for long time. Feel free to open with more details if probelm encountered again

Custom Gateway is hiddenly released from `Core` and will not be in the exact same shape, but u can internally start using it. Some minor changes may come in other...

@zac-li I will close this until someone complains again, I see that the implementation has drastically changed. Feel free to reopen with more details and a reproducible example if you...

Hey @maxfischer2781 , I wonder if your PR would make this PR #1768 unnecessary?

> Hey @maxfischer2781 , > > I wonder if your PR would make this PR #1768 unnecessary? Yes, I think ur implementation is better and involves less magic

It may be nice to add a test covering `SIGTERM` signal handling?

Yes, plus your PR does not use any private function and would work with more `loops`. One question I have, will this PR respect the signals passed to an `event...

> > One question I have, will this PR respect the signals passed to an `event loop` as: > > ```python > > loop.add_signal_handler(...) > > ``` > > >...

> > Any idea when this might be merged? > > Is it me, or this question sounds a bit presumptious? 😅 > > Thanks for the PR @maxfischer2781 ,...

I have the same problem, I wonder if `UviCorn` could respect previously added signal handlers and combine them, I have a draft proposal in #1768 . This is just a...