chunhei2008

Results 3 issues of chunhei2008

修复 swoole client starRecvCo 设置了exception callback 时会死循环 ✅ Closes: #64

* 问题代码&修复方案 // SwooleClient.php ```php private function startRecvCo(): void { $this->coRecvRunning = true; $this->recvCoId = true; $this->recvCoId = Coroutine::create(function () { while ($this->coRecvRunning) { try { $data = $this->socket->recv(4, -1);...

``` var Simditor = require('simditor'); require('to-markdown'); require('marked'); require('../../../dist/simditor-markdown/lib/simditor-markdown.js'); export default { props:['content'], ready:function(){ var self = this; var editor = new Simditor({ textarea: $('#simditor-component-editor'), markdown: true, toolbar: ['title', 'bold', 'italic',...