我想通过扭曲来实现这种功能,但我似乎无法得到它:
所需的步骤是:
- 与服务器建立连接
环形
1. wait until a special message
2. send a message to server
3. handle the responce (if it is a special message exit the loop and call reactor.stop())
结束循环
我只是无法通过扭曲实现按需发送数据的简单功能。相反,我似乎必须提前知道我想发送的所有消息。有什么解决办法吗?