The Wayback Machine - https://web.archive.org/web/20220114173636/https://github.com/topics/aspnetcore
Skip to content
#

aspnetcore

Here are 2,495 public repositories matching this topic...

angelaki
angelaki commented Dec 8, 2021

I'm using some client side SignalR-Services that get disposed, as soon as the component utilizing it gets destroyed.

Right now my code looks like this:

this.hubConnection.start().then(_ => {
    this.initializeConnection();
    this.isConnected$.next(true);
}, e => {
    if (e.message !== 'Failed to start the HttpConnection before stop() was called.') { throw e; }
});

This

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more