Tzu Gwo
Tzu Gwo
thrift_connector does not support TFramedTransport yet, you can simply implement a custom Client class for now like https://github.com/Thriftpy/thrift_connector/blob/master/thrift_connector/connection_pool.py#L150. thrift_connector will implement it in the future.
Can you provide more information? I do not see any new protocol added in this pull request.
Could you please add some test cases about it? I do not understand how it works.
Please post a sample code here, then I can try to reproduce it, thanks!
I can not reproduce it, please install thrift_connector with pip.
0.24 has already released at Dec 14, 2018. And #51 will released later, thanks.
> This is a complex topic. HTTP has well known mechanisms for authentication, encryption, loadbalancing, routing, etc. Introducing flatbuffers sounds like we wound need to re-invent a lot by ourselves,...
As @Fearxpc 's advice, we get a single blueprint app with multiple namespace. But if there are already multiple blueprints exist, how can we solve this problem?
@Fearxpc blueprint1 's endpoint is '\myapi' so I can '/myapi' to show the blueprint1 swagger, that's right. If I register another blueprint (maybe call the blueprint2 and it's endpoint is...
Hi @aiudirog it looks good to me, I think if conflicts are all resolved we can merge it immediately