Search code examples
c#autobahnautobahnwswampsharp

wampsharp session variable in rpc


I've a websocket service written in c# with wampsharp at server side and I wonder to know if there's a way to store/retrieve session's related variables or in alternative how to know the caller's session id.

Thanks in advance!


Solution

  • This is not supported currently by WampSharp.

    This reminds an advanced profile feature of WAMPv2, WampSharp supports currently only WAMPv2 basic profile.

    You are welcome to open an issue or a pull request for this on the GitHub page.

    Update: this is now possible with WampSharp v1.2.1.6-beta. See release notes.