Mason Kane
Mason Kane
Having the same issue where SIGINT closes the browser even with `handle_sigint=False`. I have a long running program that would appreciate graceful shutdown, I do so with `loop.add_signal_handler()` in asyncio,...
@redmiix24 your get_expiration_time doesnt return anything
Previously closed thinking it was due to passive expiration, but the bug still persists.
Yes, that's why the issue was closed before. I edited the snipped to add ```python # actively expire by reading the key await redis.smembers(KEY) ``` but the problem still persists,...
Yes please