asyncio.set_event_loop(loop)
web.run_app(app, host='localhost', port=8765)
def main():
try:
threading.Thread(target=start_websocket_server).start()
executor.start_polling(dp)
except Exception as e:
logger.error(e)
почему это не работает на линуксе?
ОшибкаЖ
RuntimeError: set_wakeup_fd only works in main thread
на винде всё ок
Обсуждают сегодня