Mosquito

Results 223 comments of Mosquito

@tdivis @mixa2130, this is a very experimental project, if you know what the problem is, feel free to write, I will try to investigate it, but I don't know if...

Actually you may add rule for serialize custom exception via singledispatched [aiohttp_jsonrpc.common.py2json](https://github.com/mosquito/aiohttp-jsonrpc/blob/master/aiohttp_jsonrpc/common.py#L21) object. It's faster than this solution. So it's my mistake, I should have added it to README

Could somebody write any simple reproduction script???

So the Amazon S3 is a one of supported implementations, in practice we are having the deals with S3 compatible services, and the path-based addressing is using in general. You...

@CptSpaceToaster you have to know an exactly precised object size before uploading. It's an S3 API requirement, so IMHO the simplest way to do this is the write a temporary...

Here it is https://github.com/wsrpc/wsrpc-aiohttp/blob/master/docs/source/examples/server.py#L58-L64

client calls getJoke, server calls joke on the client, after the client returns the result, that result is a placed to the getJoke left on await.

You have any option for trigger event on the server side. This library provides contract and implementation of the transport. * You may notify all connected clients https://github.com/wsrpc/wsrpc-aiohttp/blob/master/wsrpc_aiohttp/websocket/handler.py#L176-L195 * You...

@loucadufault do you want bring this link or description in the docs?