OPCFoundation / UA-Java-Legacy

This repository is provided by OPC Foundation as legacy support for an Java version for OPC UA.
https://github.com/OPCFoundation/UA-.NETStandard
Other
354 stars 226 forks source link

MaxConnectionCount should be limited #224

Closed jouniaro closed 1 year ago

jouniaro commented 1 year ago

The stack does not limit the number of connections, which may enable resource exhaustion.

We need to add default limits that can be configured by the Stack user.

jouniaro commented 1 year ago

There is a small multithreading issue in ConnectionCollection that needs to fixed

jouniaro commented 1 year ago

Fixed now

jouniaro commented 1 year ago

Still, a couple of other timing issues need a fix