mirror of
https://github.com/ArcaneChat/core.git
synced 2026-07-03 14:05:33 +02:00
5805f99acd
dc_configure() spawns a background configuration process. It should increase the number of context references so even if we unref the context, it is not dropped until the end of the configuration process. Currently running the test with `pytest tests/test_1_online.py::test_configure_unref` results in segmentation fault.