pluto icon indicating copy to clipboard operation
pluto copied to clipboard

Enhance type checking in client side

Open taegeonum opened this issue 9 years ago • 1 comments

Our API has a weak level of data type checking, but we need to improve it in order to provide better debuggability for users. For example, when users use textSocketSink, they should convert the input data type of sink to String. We need to check this in client side, instead of throwing an exception in server side.

taegeonum avatar Jul 19 '16 09:07 taegeonum

This is related to #245

taegeonum avatar Jul 20 '16 08:07 taegeonum