That error message means that `sendTo` return `void` (i.e. no value) so you 
discarding it doesn't make sense. Just remove those discards and it should work 
(also update the docs if you can).

Reply via email to