rewrite the download function to work with multiple threads

This commit is contained in:
2025-04-16 09:11:05 +01:00
parent 4a248d14ac
commit 7888f1bddb
4 changed files with 65 additions and 47 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ packages = ["amqp","amqp.adapter","amqp.config","amqp.model","amqp.rabbitmq","am
[project]
name = "amq_adapter"
version = "0.2.19"
version = "0.2.20"
description = "The Python implementation of the AMQ Adaptor for CleverMicro"
readme = "README.md"
license = { text = "Apache License 2.0" }