Is it possible to use Python-SocketIO without bidict? #1342
Answered
by
miguelgrinberg
navin-bhaskar
asked this question in
Q&A
-
Bidict is released under MPL which requires distribution of source while SocketIO itself is under permissive MIT. Is it possible to have an alternate release that uses dic() instead of bidict() for rooms? |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Jun 3, 2024
Replies: 1 comment 4 replies
-
I don't know what |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did not want to implement this myself, given that this package is available and performs the task really well. I'm not really sure what you are trying to get at, honestly. As I said above, if you have an alternative package that performs the same task with BSD/MIT license I can look into it. I'm not interested in implementing and maintaining a custom solution for this.