Skip to content

个人拙见:真有人在生产用这个库吗?感觉高并发下会崩 #109

@IAseven

Description

@IAseven
  1. 主线程用asyncio的异步事件循环,但是在event handle处理过程中又全部用同步的调用?
    如果在handle 中有阻塞操作,真个loop就会卡死,
    这个设计的目的是为了什么?还是说让用户自己在handle中使用多线程去处理事件?

整个事件循环用asyncio的目的是啥?为了高并发?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions