I am learning that the config dictionaries that i modify on the client side and the on the server side are two different dictionaries responsible for 2 different areas.
Ok, then how do i pass parameters from the client to the server to be used as part of code that needs to run in __init__ or on_connect. i am not using classic mode and adding an exposed method later is too late. I want to be able to run code like def on_connect(self, x): self.x = x thx
