pluto
pluto copied to clipboard
Enhance type checking in client side
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.
This is related to #245