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.
我尝试使用WampSharp库连接 WAMP v2 服务器,但在连接期间触发了 NotImplementedException。WampSessionClient 类的 onChallenge 方法没有实现。如何回复“已验证”?
WampSharp 尚不支持身份验证,它是 WAMPv2 高级配置文件功能。
WampSharp 目前仅支持 WAMPv2 基本配置文件(不包括身份验证)。
欢迎您提出问题/拉取请求,但我需要一些时间才能处理它。
编辑:感谢 Badger 的帮助,WampSharp v1.2.0.3 现在支持客户端身份验证。请参阅以下基于此示例的示例。