Thriftpy / thriftpy

Thriftpy has been deprecated, please migrate to https://github.com/Thriftpy/thriftpy2
MIT License
1.15k stars 288 forks source link

can thriftpy support udp port #310

Open ray1888 opened 6 years ago

ray1888 commented 6 years ago

i am trying to find a thrift lib that can support udp transport ? can this lib support ?

ethe commented 5 years ago

You could write your custom transport to realize it, thriftpy does not provide a built-in udp transport yet, and if you realize it, please contribute it back to thriftpy, thanks.