Closed ZhuozhaoLi closed 3 years ago
if removing the json
serializer, then this would be back to normal. This is because the serialization try method was fix in commit 992e59fd61657322f710cfa043e63d0b084f7751, and json
was the first serialization method tried
Currently if one submits a function that returns a tuple, it will convert the result to a list. For exmaple
the returned result would be:
Still investigating the reason