Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何链接两个或多个RequestEvent's 以知道它来自同一用户?
RequestEvent
ServerTransaction不能使用,因为在同一连接期间它可以更多。
ServerTransaction
如果您选择对话状态模式,对话会链接多个请求。否则,您可以根据 Call-ID 和标签自行链接它们。