Oleg Chulkov
Oleg Chulkov
Api
add json rpc api for mobile clients
code from example chapter3/closing/okay.go incorrect (fatal error: all goroutines are asleep - deadlock!) https://play.golang.org/p/weIjPZ8oX-p
``` $manager = new \Ko\ProcessManager(); for ($i = 0; $i < 10; $i++) { $manager->fork(function(\Ko\Process $p) use ($i) { echo 'Hello from ' . $p->getPid(); sleep(1); })->onSuccess(function() { echo 'end';...
 Web UI don't work without internet connection (if browser cache is clear)
### Description Currently, UidValueResolver only works with request attributes. However, the MapQueryParameter accepts a "resolver" parameter, which means you can flexibly bind query parameters with different resolvers. In general, it...
**Describe the bug** When calling method in js client, like ```js let empId = 4026; const result = await client.getHistory(empId); console.log(result.total) ``` i have error  the problem is probably...