pyvlx icon indicating copy to clipboard operation
pyvlx copied to clipboard

Python 3.10: DeprecationWarning: There is no current event loop

Open T-E-N opened this issue 2 years ago • 0 comments

Shouldn't LOOP = asyncio.get_event_loop() e.g. in pyvlx-master\examples be changed to something along the lines of https://github.com/fastapi-users/fastapi-users-db-beanie/pull/4/files to avoid the "DeprecationWarning: There is no current event loop" ?

T-E-N avatar Nov 04 '22 09:11 T-E-N