WampSharp icon indicating copy to clipboard operation
WampSharp copied to clipboard

A C# implementation of WAMP (The Web Application Messaging Protocol)

Results 40 WampSharp issues
Sort by recently updated
recently updated
newest added

Hi @darkl, Just noticed another leak, but this one is event handler leak when we have lots of RPC calls cancelled. You can try run `CallerDealerTests.LeakTestOnCancelCalls` from this [demo branch](https://github.com/Code-Sharp/WampSharp/compare/master...ZapTechnology:WampSharp:jun/WampSharp/eventhandler-leak)...

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...

dependencies

**Describe the bug** When a `WampCallee` is called, it stores one `InvocationData` in its `mInvocations`, but the `mInvocations` are only cleared when the callee is unregistered or interrupted, not when...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.5 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hey, I'll try to keep it short, so bear with me. I'm having the following scenario: I want to publish something to a subject as soon as the remote side...

It would be important for us not to lose the exception information as it travels from our backend to our frontend. After analyzing the code our suggestion would be to...

Hello, My goal is to connect to Caller with path e.g. `ws://localhost:8081/ws`, but I want to provide additional GET paramer to URL (so it becomes more like `ws://localhost:8081/ws/`) and e.g....