From: Wang Mingyu <[email protected]> Changelog: =========== Added send_packet() method Fixed race condition when lots of connections are ended at the same time #328 Workaround for strange memory leak in Eventlet's Thread class #328 Use daemon threads for background tasks in threading mode Upgrade to pypy-3.9 in unit tests Fix double close of websockets in ASGI adapter #327
Signed-off-by: Wang Mingyu <[email protected]> --- .../{python3-engineio_4.6.0.bb => python3-engineio_4.7.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-engineio_4.6.0.bb => python3-engineio_4.7.0.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb b/meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb rename to meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb index 84db9b53b7..85f537189e 100644 --- a/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-engineio_4.7.0.bb @@ -17,4 +17,4 @@ RDEPENDS:${PN} += " \ python3-asyncio \ " -SRC_URI[sha256sum] = "dca041f0653ef092da4ce8abd4550fdc54076680b9c72d931c146492c620678b" +SRC_URI[sha256sum] = "8b4f30ba58a5bff001801127227f44a1da0c0a22045f798c1a13ebb0d618e2a3" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#104749): https://lists.openembedded.org/g/openembedded-devel/message/104749 Mute This Topic: https://lists.openembedded.org/mt/101185122/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
