Mark

Results 69 comments of Mark

So @mauroservienti, to take the sales service as an example, does this mean the Sales.Api project is redundant? In other words, the Sales.ViewModelComposition project can instead go direct to the...

Good to know nonetheless. Thanks for the input Mauro. On Tue, Apr 7, 2020 at 12:43 AM Mauro Servienti wrote: > In essence yes. I'm not sure I'll remove the...

Is there a plan for this feature? I use Ionic, AppAuth-JS (Auth Code + PKCE), and IdentityServer 4. Looking to move to Flutter for new project but need the PKCE...

I've only used it in a non-production environment. I've not found any issues other than one I fixed in recent times. That doesn't mean there aren't issues, hence the request...

Like you I needed the auto-reconnect hence the fork and code alignment with the TS library supported by Microsoft as I knew that had the auto-reconnect feature. FYI, I also...

Looks like somebody already has published a fork, albeit of the original code. https://pub.dev/packages/signalr_netcore. Maybe @sefidgaran will accept a PR?

@sefidgaran that's great. I'll incorporate your fix into my branch and create a PR asap.

I've created the [PR](https://github.com/sefidgaran/signalr_client/pull/1) for this over on @sefidgaran fork.

I believe @sefidgaran has merged my PR and released 0.1.8 of [signalr_netcore](https://pub.dev/packages/signalr_netcore). This version supports the auto-reconnect API - see MS Typescript client [doco](https://docs.microsoft.com/en-us/aspnet/core/signalr/javascript-client?view=aspnetcore-5.0#reconnect-clients) for usage. Incidentally, there appears to...

Thanks @OndrejKunc for the detail. If I'm understanding correctly this only becomes an issue if using the Id in a **string** expression specifically? So if I were only using expression...