From a55aeb8cce3b5082e61f798e727293257a2ab3e3 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Thu, 21 Jul 2022 01:19:10 +0100 Subject: [PATCH] docs: Remove outdated comment about Sessions Sessions are technically implemented in a non-singleton approach, and the issue that provoked this comment has since been fixed (context data <-> license mismatch). --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 79adf33..9a6fbe3 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,6 @@ Widevine CDM (Content Decryption Module) implementation in Python. *Credit*: w3.org -Almost the entire Widevine Protocol seen above is implemented except for Sessions which I will be implementing soon. -Currently, only one session can be made and used at a time or problems will happen. - ### Web Server This may be an API/Server in front of a License Server. For example, Netflix's Custom MSL-based API front.