One client connecting to multiple servers? #94
Unanswered
pruttelherrie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to start multiple client instances on one ESP32, which connects to up to four servers, also ESP32's. I have experimented with multiple initialisers, like so:
... etc.
This works, except that BLEMIDI.setHandleConnected() from the MidiBle_Client.ino example does not work anymore, I had to comment that part out.
Is there any way to call a function on connect/disconnect, that gets the client(number) passed so I can act on the server in question?
Beta Was this translation helpful? Give feedback.
All reactions