This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
poc here https://github.com/uber/tchannel-python/compare/stackcontext#diff-dcfe0a6e0e1f4a668fbb768aa62ba633R48 | |
``` | |
# Currently: | |
@tchannel.register | |
def handler1(req, resp, proxy): | |
pass | |
# Proxy is strange, no clear purpose. Replace proxy with context, which |