Andrew Svetlov
Andrew Svetlov
`loop.call_soon()` executes callback on next loop iteration, `.call_later` -- after some timeout (maybe after several loop iterations). That's the difference. Stopping test server from rpc call after small timeout is...
Yes, it's matter of luck.
Probably I can make changes to server `.close()`/`.wait_closed()` methods to 1. Stop receiving incoming rpc requests. 2. Close rpc server after processing all current requests. 3. `.wait_closed()` will return only...
Any ideas for the replacement?
Typing marker is useless until we test typing correctness by `mypy` tool along with unit tests run. I know, now the library doesn't pass `mypy`. Would you fix it as...
The answer depends on your test. Do you use concurrent requests? What is the degradation degree? What is your expectation?
Hi! Good catch! Would you mind working on Pull Request?
Unfortunately using custom JSON serializer is not possible in current `aiohttp_session` version. Adding `encoder` and `decoder` params to `SimpleCookieStorage`, `EncryptedCookieStorage` and `NaClCookieStorage` makes sense. We are already accept these params...
As workaround I suggest converting `ObjectId` to string and back manually on every access to session data but really prefer to have `encoder`/`decoder` support for every storage class. The change...
@TechBK you should create a [Pull Request](https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=github+pull+request)