eaa26399e0
It seems 16 is the more common limit on moderm OEM Crypto API systems (at least L1). It's also a more reasonable limit. This also encourages people to .close() their session more. It also makes it quicker to notice if a codebase is forgetting to do a .close() call somewhere as you will reach the limit faster and easier now. In normal use cases, a limit of 16 sessions will not be a problem as long as the sessions are being closed correctly. |
||
---|---|---|
.. | ||
__init__.py | ||
cdm.py | ||
device.py | ||
exceptions.py | ||
key.py | ||
license_protocol.proto | ||
license_protocol_pb2.py | ||
license_protocol_pb2.pyi | ||
main.py | ||
pssh.py | ||
remotecdm.py | ||
serve.py | ||
session.py | ||
utils.py |