[appserver-io/appserver] RemoteProxyGenerator creates invalid method signatures
Opened this issue · 1 comments
pathmissing commented
The RemoteProxyGenerator is creating invalid method signatures for arrays as default value:
- In associative arrays, keys are not being quoted
- Values are also just being printed out which leads to problems with strings and booleans
- Multi dimensional arrays will not be generated recursively
pathmissing commented
#1078 will be modified for this issue