compas-dev / compas_cloud

COMPAS Remote Procedure Calls using websockets
MIT License
6 stars 3 forks source link

compas_cloud does not allow function returning nothing, or non-iterable values #9

Open tkmmark opened 4 years ago

tkmmark commented 4 years ago

because one cannot json.dumps such values with the current encoders... hacky solution provided below:

in server.py: consider adding line 180 image

in proxy.py consider revising final line image

tkmmark commented 4 years ago

@brgcode @Licini