dd/tg发送逻辑.md
2026-01-02 19:10:22 +08:00

9 lines
531 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

本地(队列) 》〉masterOpenApi无队列 》〉tg
有点乱的地方:
原设想本地和master都有队列后来发现master队列没有必要因为判断成功只从本地队列判断就够了。
所以现在的玩法是数据严格的就走本地队列不严格的直接发送master
也是为什么master里的tg接受api没有队列代码而sdk设计的有。没必要的过度设计反而误导了
而master里的HttpQueue实际是他作为slave时使用的别误会了