You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running under Windows and a FileNotFoundError is raised the fixture hangs. Since signals doesn't play nicely with asyncio on Winddows this is difficult to easily recover from (see issue #4).
When running under Windows and a
FileNotFoundError
is raised the fixture hangs. Sincesignals
doesn't play nicely withasyncio
on Winddows this is difficult to easily recover from (see issue #4).The method raising the error:
https://github.com/bebleo/bebleo_smtpd_fixture/blob/88d518ec6fc852eb38cbf09a0105a98474cffc2a/bebleo_smtpd_fixture/controller.py#L52-L70
The text was updated successfully, but these errors were encountered: