Subject: | Void-returning method calls crash the client |
Almost-certainly due to 0.17's new Meta logic that replaces the older
introspection hash.
Unrecognised type signature at
/home/leo/lib/perl5/Tangence/ObjectProxy.pm line 259
Empty string. Comes from the line:
258 if( $type == MSG_RESULT ) {
259 my $result = $mdef->ret ? $message->unpack_typed(
$mdef->ret )
260 : undef;
261 $on_result->( $result );
262 }
--
Paul Evans