can I put 2 method in anvil.server.callable in server side ?
I have tried it but always get error uplink disconnected for the second method
Code Sample:
here is what I mean :
@anvil.server.callable
#1st method
def image():
pass
#2nd method
def process():
pass
the 1st method is fine, but the 2nd method always disconnected
Sorry, I am new in anvil