Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Multiplex using service_name #117

Closed
wants to merge 4 commits into from
Closed

Conversation

xvblack
Copy link
Contributor

@xvblack xvblack commented Mar 26, 2015

Fix #114

Change the signature of register_processor to (service_name, processor)
and add TMultiplexingProtocol, which use separator (“:”) to join
service_name and function as the api

Modified test and example

Change the signature of register_processor to (service_name, processor)
and add TMultiplexingProtocol, which use separator (“:”) to join
service_name and function as the api

Modified test and example
@lxyu lxyu mentioned this pull request Mar 26, 2015
@GuoJing
Copy link

GuoJing commented Mar 26, 2015

flake8 failed ... @xvblack

@xvblack
Copy link
Contributor Author

xvblack commented Mar 26, 2015

Rerun travis ci

@xvblack xvblack closed this Mar 26, 2015
@xvblack xvblack reopened this Mar 26, 2015
@GuoJing
Copy link

GuoJing commented Mar 27, 2015

Ok, my fault, it's ok, sorry.

@xvblack
Copy link
Contributor Author

xvblack commented Mar 27, 2015

It's my fault.The second rerun is done after I pushed another two commits. It seems that travis ci sometimes will fail to bind the server.

@lxyu
Copy link
Contributor

lxyu commented Mar 28, 2015

Awesome! Thank you very much while this will cause some non-backward-compatible changes, I'll do some more tests before the merge.

Moved service map from class variable to instance variable
@xvblack
Copy link
Contributor Author

xvblack commented Mar 28, 2015

I fixed a bug in the last version that the processor map are store in class variable rather than instance variable.

@GuoJing
Copy link

GuoJing commented Apr 7, 2015

I think this is Ok now and could be merged.

@lxyu lxyu closed this in 5d5b052 Apr 15, 2015
@lxyu
Copy link
Contributor

lxyu commented Apr 15, 2015

Merged in 5d5b052 with some minor changes on the naming, use multiplexed instead of multiplexing to stay same with the upstream.

@lxyu
Copy link
Contributor

lxyu commented Apr 15, 2015

v0.3.0 released with this patch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upstream compatiable Multiplexing protocol
3 participants