Hi, I have created a python nonblocking ssl server and python ssl client using thrift.
My client is able to connect to server but client is not receiving data. But if I change my server from nonblocking to simpleserver then it works. Does thrift support this scenario? Is there any constraints present? Thanks Divya
