单个hloop,能否同时支持自定义tcp、websocket两种不同的协议 #625
Unanswered
magicminglee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
有一个这样的问题,由于现有项目采用libevent库,单进程单线程的模式开发,tcp、websocekt都是基于一个event loop。现在项迁移使用hvloop,但是发现例子中,hvloop的websocket是基于多进程/多线程的模式启动的,想请问下官方目前是否已经支持了呢,或者未来是否会支持呢
Beta Was this translation helpful? Give feedback.
All reactions