Removed InvalidStroke and nstrokes
- Remove
InvalidStroke
, as there's nothing as invalid stroke objects in the original library. - Remove the
nstroke
argument fromsend
andreceive
methods as it's not supported and causes unsafe memory access.
InvalidStroke
, as there's nothing as invalid stroke objects in the original library.nstroke
argument from send
and receive
methods as it's not supported and causes unsafe memory access.