You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the connection_pool will throw exception below if the server side use TFramedTransport
File "thriftpy2/protocol/cybin/cybin.pyx", line 60, in cybin.read_i32
File "thriftpy2/transport/buffered/cybuffered.pyx", line 65, in thriftpy2.transport.buffered.cybuffered.TCyBufferedTransport.c_read
File "thriftpy2/transport/buffered/cybuffered.pyx", line 69, in thriftpy2.transport.buffered.cybuffered.TCyBufferedTransport.read_trans
File "thriftpy2/transport/cybase.pyx", line 61, in thriftpy2.transport.cybase.TCyBuffer.read_trans
File "/root/miniconda2/envs/segmentor/lib/python2.7/site-packages/thriftpy2/transport/socket.py", line 132, in read
message='TSocket read 0 bytes')
and I couldn't find any thing about TFramedTransport in the code.
The text was updated successfully, but these errors were encountered:
the connection_pool will throw exception below if the server side use TFramedTransport
and I couldn't find any thing about TFramedTransport in the code.
The text was updated successfully, but these errors were encountered: