Elad Zelingher
Elad Zelingher
It's been a year. Did you find any memory leak?
Hi @bigbearzhu, I know it has been a long time. I attempted to resolve both of your issues in [23.3.1-develop-45](https://github.com/orgs/Code-Sharp/packages/nuget/package/WampSharp). I would appreciate it if you could test it and...
The Security property seems to be readonly. Elad
Hi, The feature sounds nice, You are welcome to propose a pull request with your changes. I think it is preferred this feature can be configurable. I encourage you to...
I'm not sure I understand your problem. What are you trying to achieve? Elad
Cool. Does your DI support custom scopes?
That's a bummer, since with Ninject you could simply write: ```csharp kernel.Bind().ToSelf().InScope(x => WampInvocationContext.Current); ```
Will write something in the weekend. Elad
Not sure I'll write something in the weekend, but @esso23 has written a sample [here](https://github.com/Code-Sharp/WampSharp/issues/149#issuecomment-253605895) (note my remarks there). If you or anyone else are willing to write such a...