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.
我有一个用 c# 编写的 websocket 服务,在服务器端使用 wampsharp,我想知道是否有办法存储/检索会话的相关变量,或者如何知道调用者的会话 ID。
提前致谢!
WampSharp 目前不支持此功能。
这提醒了 WAMPv2 的高级配置文件功能,WampSharp 目前仅支持 WAMPv2 基本配置文件。
欢迎您在 GitHub 页面上为此打开问题或拉取请求。
更新:现在可以使用 WampSharp v1.2.1.6-beta。请参阅发行说明。