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
{{ message }}
This repository was archived by the owner on Jul 3, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
现在pyfsd与协议9高度耦合,默认协议写死,开发其他协议的插件收到很大阻力
Describe the solution you'd like
把协议作为单独的概念抽象出来,在其他协议发送数据时使用协议暴露出的接口
Describe alternatives you've considered
asyncio.Transport自带的setProtocol与getProtocolasyncio.Protocol的子类作为协议的包装器Additional context