Skip to content

Commit

Permalink
Merge pull request #6785 from aspnetboilerplate/related/1891
Browse files Browse the repository at this point in the history
Added note about signalr events to SignalR-AspNetCore-Integration.md
  • Loading branch information
ismcagdas committed Oct 4, 2023
2 parents c576732 + c21878b commit e6e619a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/WebSite/SignalR-AspNetCore-Integration.md
Expand Up @@ -87,6 +87,8 @@ connecting:
};
</script>

This is mostly useful when you need to register your custom events to SignalR becasue if you register your events after `abp.signalr.connect()` is called, your events will not be triggered.

Note: See [Official SignalR documentation](https://learn.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-6.0&tabs=javascript#configure-additional-options) for withUrlOptions values.

In this case, you can call the **abp.signalr.connect()** function manually
Expand Down

0 comments on commit e6e619a

Please sign in to comment.