Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple client connections #73

Open
zbynekdrlik opened this issue Mar 31, 2023 · 3 comments
Open

Multiple client connections #73

zbynekdrlik opened this issue Mar 31, 2023 · 3 comments

Comments

@zbynekdrlik
Copy link

I am implementing touchosc controller for Ableton. First one work excellently, now I am looking way how to connect multiple clients but always when second send some osc message, first one stop receiving registered signals.
I see that this is somehow now feature, could it be changed to have multiple connections?

@markmarijnissen
Copy link
Contributor

standard get should work, however the listeners send to the latest connection (https://github.com/ideoforms/AbletonOSC/blob/master/abletonosc/osc_server.py#L102)

A fix should store the remote address when registering a listener and use this when sending OSC messages back (https://github.com/ideoforms/AbletonOSC/blob/master/abletonosc/handler.py#LL51)

@zbynekdrlik
Copy link
Author

Great idea. @markmarijnissen are you able implement some patch?

@ideoforms ideoforms changed the title Multiple client connections - (multiple touchosc) Multiple client connections Apr 7, 2023
@paulmacmillan
Copy link

Could be useful to avoid building middlewares to aggregate and dispatch requests from multiples clients.
This is what I'm doing at the moment, and it's a lot of duplicate work.

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

No branches or pull requests

3 participants