iconara / ione-rpc

RPC toolkit built on Ione

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The client breaks when flushing queues with a non-recoding codec

iconara opened this issue · comments

commented

This line throws ArgumentError since Codec#encode takes two arguments:

@connection.write(@codec.encode(request))
I think there are tests missing for non-recoding codecs.