Hi, this is a great library.
It seems that currently it's not possible to register methods from async_traits due to the 'static requirements of RpcMethod.
Why does the lifetime of the future need to be 'static? Could not it be just the lifetime of the MetaIoHandler?
Hi, this is a great library.
It seems that currently it's not possible to register methods from
async_traits due to the'staticrequirements ofRpcMethod.Why does the lifetime of the future need to be
'static? Could not it be just the lifetime of theMetaIoHandler?