Kirill Pavlov
Kirill Pavlov
@cjerdonek absolutely agree with the latest point. Let me add tests for Django 1.9.
Good idea! On Mon, 7 Sep 2020, 23:05 Heraldo Lucena, wrote: > This issue is old but it's still open, I think I can contribute. Probably > you want to...
Folks, I was really slow in addressing this. Let me gather more information from the crowd. What would be an example of context you'd like to use? I think any...
Hi @csselo Could you please post your server code? I'm wondering why it says "rest.php", are you using php? json-rpc is transport agnostic library, it does not deal with server...
@csselo for async web service service indeed needs to return HTTP 202 on call and then push result to client on completion, say using web sockets.
Lets denote slow and fast methods/APIs as A and B. On client call of method A, server adds it to the execution queue and returns queue id of the task...
@csselo no, as of now backend config for asyncio does not exist.
If logging is removed in one place, it makes sense to remove it in the other. Let me take a loser look at your suggestion!
Hi, @MattFisher Sorry for such a late reply. I was out of python development for a while. As you have mentioned, there is a `liss.hello()` call without parameters. I would...
Dear @sethrh Sorry for not coming to you for such a long time. I would like to thank you for your pull request to json-rpc library: https://github.com/pavlov99/json-rpc/pull/45 Unfortunately, because of...