标签: python-2.7 twisted
我用Twisted框架创建了一个简单的tcp连接服务器。我使用self.transport.write函数将数据写入客户端,但我需要刷新数据。有没有办法做到这一点?另外,有没有办法刷新传入的数据?
self.transport.write
答案 0 :(得分:1)
没有必要也无法刷新读缓冲区或写缓冲区。