yedf2
yedf2
Yes, if the data stream in the tcp connection has finished, then the channel should be closed and deleted
handy支持优雅退出,方便使用工具检查内存泄漏问题 如果在某个地方调用了EventBase.exit,那么exit_会标记为true 后面还有一个loop_once是用于部分资源清理
loop_once(0)会进行连接的IO处理,因为前面的处理中,可能会关闭了一部分连接,因此需要loop_once进行清理 timer这些clear本来10秒清理一次就够,所以没有必要特别频繁的去调用他
这个是给open ssl留的接口,如果不用ssl的话,那就不需要
服务器跑在windows的情况很少,而另一方面,如果做windows支持,那么代码简洁易用方面需要做较多的妥协,权衡一下,还是选择不做支持
it's removed in newest version. thx
OK, I will share a Golang runnable example using dapr in this week.
saga examples for each case can be found here: https://github.com/yedf2/dtm-dapr-sample
For dapr created http service, is there a way to return custom http status code? dtm needs this feature
In the micro-services area, it's great if it's possible to be both highly cohesive and loosely coupled while avoiding distributed transactions. But there are many scenarios where there is a...