Why send if there is nothing to send? :-S
(just curious) ;-)
API cannot handle null strings
rdz说
很久以前 | 帖子#2
zproxy说
很久以前 | 帖子#3Sending null would trigger int the receiver something different than sending a non null string for example.
Chris说
很久以前 | 帖子#4Well the best you can do as of now is to send an empty string - I somewhat fail to understand why you would send null anyway?
回复主题
现在就注册以回复主题
zproxy说
很久以前 | 帖子#1Error: object is not yet supported
at Nonoba.api::Message/add()
at Nonoba.api::Message/Add()
Even as you do not support objects maybe you could add a special case for null objects as it would allow to pass null strings.
What do you think?
As a workaround I will use empty string instead of null string.