标签: python tcp twisted twisted.web
我正在使用Python在twisted开发一个聊天应用程序。我正在使用transport.write()写入TCP流。
twisted
transport.write()
但是,有时候,我注意到客户端收到的数据被合并(连接)。
有没有办法,我们可以清除缓冲区或刷新数据,以便在发送和不缓冲时接收数据?
由于
答案 0 :(得分:2)
这与此FAQ项目基本相同:
http://twistedmatrix.com/trac/wiki/FrequentlyAskedQuestions#Whyisprotocol.dataReceivedcalledwithonlypartofthedataIcalledtransport.writewith