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.
我正在使用 NATS C# API 构建一个消息传递应用程序。我已经设置了所有的事件处理程序,但是我在 DisconnectedEventHandler 中遇到了问题。在 Github 页面中,他们展示了如何处理该事件。我做了完全相同的事情,但每当 DisconnectedEventHandler 被触发时,args.Conn.ConnectedUrl 什么都没有显示。我只想知道哪个服务器断开连接。有人可以帮我吗?
提前致谢。
干杯J
如果您已断开连接,但定义您未连接到任何服务器,则 ConnectedUrl() 不返回任何内容是有意义的。您可以保存成功连接的 URL,然后在断开连接时使用它。