Elad Zelingher

Results 109 comments of Elad Zelingher

I wouldn't recommend it. Besides, most of the properties of HelloDetails are internal so you can't set them without reflection anyway.

This is how setting up `WampSharp` in `ASP.NET Core` looks like: ```csharp public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) { WampHost host = new WampHost(); app.Map("/ws", builder => {...

Can you describe a simple example of what you are willing to achieve? Elad On Tue, Jun 22, 2021, 13:06 Dawid Rzeszutek ***@***.***> wrote: > Well, not really, I know...

C# 7.0 is okay. C# 8.0 is not supported for .NET Framework, so let's avoid it (I hope I have been doing that myself).

Thanks @Jopie64 for your work! It might take me some time to review this.

I am sorry this is taking so long, I am busy with other stuff. One thing that bothers me is that the final value will always be empty. This causes...

I think I want to change the behavior so that the CalleeProxy will omit the return value unless specified explicitly (maybe through an attribute or something). Otherwise the behavior is...

Can you try [`22.5.1-develop-39`](https://github.com/Code-Sharp/WampSharp/packages/22797)?

@bigbearzhu thanks for working on this and for your contribution! Unfortunately, it seems like your solution breaks api (methods no longer return `IWampCancellableInvocation`). I fixed this issue differently by adding...