Is it possible for the events to support multiple signatures? like in overloading #764
Answered
by
miguelgrinberg
RolandMiculas
asked this question in
Q&A
-
I've tried multiple simple implementations for receiving event such as multipledispatch, using *args and **kargs, but none of them seems to work, could you provide an example for such a thing? |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Aug 11, 2021
Replies: 1 comment 2 replies
-
What have you tried? I haven't done this, but I think it should work with the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RolandMiculas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What have you tried? I haven't done this, but I think it should work with the
@sio.on()
decorator, which should be stackable.