fileregion专题

netty unsupported message type: InvokerMsg (expected: ByteBuf, FileRegion)

原因是InvokerMsg 没有序列化。。 实现序列化接口就好了。。