forked from OPCFoundation/UA-.NETStandard
-
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.
Fix a deadlock in binary channel on cleanup, reduce contention due to…
… locks on high server load (OPCFoundation#2714) Server: Fix a deadlock in the binary channel cleanup (regression from secure channel cleanup) Server: Use ConcurrentDictionary for sessions and channels to reduce locking overhead Server: Replace legacy implementation of NodeIdDictionary with standard dictionary, as with IEqualityComparer the look up is much faster than specialized SortedDictionary for each NodeId Type. Co-authored-by: Luis Cantero <[email protected]>
- Loading branch information
1 parent
bc9af8e
commit 6dcee7e
Showing
5 changed files
with
182 additions
and
140 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
Oops, something went wrong.