-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dispose of SignalR connections created by HTTP proxy (#329)
* Make compatibility level optional CompatibilityLevel is deprecated, so make it optional in all AdapterSignalRClient constructors. * Hub connection should be disposed Specify that AdapterSignalRClients created by HttpAdapterProxy should dispose of their HubConnections when disposed. * Update public API
- Loading branch information
1 parent
4e63131
commit 1afaf74
Showing
4 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
src/DataCore.Adapter.AspNetCore.SignalR.Client/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
#nullable enable | ||
DataCore.Adapter.AspNetCore.SignalR.Client.AdapterSignalRClient.AdapterSignalRClient(Microsoft.AspNetCore.SignalR.Client.HubConnection! hubConnection, bool disposeConnection, DataCore.Adapter.AspNetCore.SignalR.Client.CompatibilityLevel compatibilityLevel = DataCore.Adapter.AspNetCore.SignalR.Client.CompatibilityLevel.AspNetCore3) -> void |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters