[01:35:19]
<Yunohost Git/Infra notifications> [yunohost/packaging-v3] packagingv3: implement logic and test for fail2ban conf management - Alexandre Aubin
[01:35:19]
<Yunohost Git/Infra notifications> [yunohost/packaging-v3] packagingv3: implement logic and test for systemd conf management - Alexandre Aubin
[01:35:19]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 9 commits to packaging-v3 ([ce154ea58ce9...9a8acf8f7dbe](https://github.com/YunoHost/yunohost/compare/ce154ea58ce9...9a8acf8f7dbe))
[01:35:19]
<Yunohost Git/Infra notifications> [yunohost/packaging-v3] Minor method signature change, var name wording - Alexandre Aubin
[15:28:30]
<Yunohost Git/Infra notifications> [yunohost] alexAubin edited [pull request #2070](https://github.com/YunoHost/yunohost/pull/2070): WIP: Packaging v3
[18:04:25]
<Yunohost Git/Infra notifications> [yunohost] alexAubin pushed 1 commit to dev: Update n to 10.2.0 (#2113) Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> ([24cfb603](https://github.com/YunoHost/yunohost/commit/24cfb6030a493f41305590e15329b57204e066e3))
[18:04:25]
<Yunohost Git/Infra notifications> [yunohost] alexAubin merged [pull request #2113](https://github.com/YunoHost/yunohost/pull/2113): Upgrade n to 10.2.0
[18:04:33]
<Yunohost Git/Infra notifications> [yunohost] alexAubin deleted branch ci-auto-update-n-10.2.0
[20:16:58]
<Augier> > <@Salamandar:matrix.org> The code, in its current form, doesn't allow that. And i'm not sure the http stacks like flask etc are designed to do so… that's a weird use case
It would need to be rewritten to use async/await, I guess?
[20:21:18]
<Salamandar> Not sure that would even help, the code is just designed around one socket connect
[20:22:38]
<Yunohost Git/Infra notifications> [issues] christophehenry opened [issue #2601](https://github.com/YunoHost/issues/issues/2601): Repond to public IP exactly like it responds to domain
[20:24:21]
<Augier> > <@Salamandar:matrix.org> Not sure that would even help, the code is just designed around one socket connect
If socket event are listened asynchronously, I believe you can just spawn a task for that and spawn a task to listen to web events. I did something similar on a project where I was listening to dbus and USB event.