GthanosAI

Results 3 comments of GthanosAI

关于异步的机制,目前中采用的这种wait方式不太合理。是否可以参考一下eventbus。 既然是总线方案,肯定存在一对多的场景。例如要实现订阅模式,在在某个单例里监听某类消息callId,如果没有设置timeout的情况下,当消息永久没有生产的情况下,这样就会有问题,因为每个订阅者都是一个线程等待(如果不设置超时时间的话)这样就带来了线程大量创建的问题。

cause similarity 0 maybe: detect face failed. face is too small

@sxd12sxd ok, i know, i will check my code.