Tai Lam
Tai Lam
服務端: Swoole Hprose 客戶端: PHP Hprose 在客戶端創了個協程,協程中使用yield等待返回異步方法結果。 請問為什麼結果會是response read error? 但是,把服務端及客戶端由tcp改為http,就能正常操作。 ``` \Hprose\Future\co(function() { $rpc = new \Hprose\Socket\Client("tcp://localhost:2099", true); $session = $rpc->session; try { $result1 = yield $session->test1(); $result2 =...
I would like to ask, it Gittyup (Linux build) support on [WSLg](https://github.com/microsoft/wslg)? When I try to run the application, it throw below error: ``` tai@Tai-Notebook:~$ flatpak run com.github.Murmele.Gittyup qt.qpa.xcb: could...