From 0deac0d9c682affe2d8f7df246d706cdea411954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Sabariego=20L=C3=B3pez?= Date: Fri, 19 Jun 2026 17:31:01 +0200 Subject: [PATCH 1/4] Remove duplicate run call for ApplicationRunner Removed duplicate runner.run(Component) call. In python wamp pubsub basic example. --- examples/twisted/wamp/pubsub/basic/frontend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/twisted/wamp/pubsub/basic/frontend.py b/examples/twisted/wamp/pubsub/basic/frontend.py index 9b1c1fede..4e23bdfa7 100644 --- a/examples/twisted/wamp/pubsub/basic/frontend.py +++ b/examples/twisted/wamp/pubsub/basic/frontend.py @@ -66,4 +66,3 @@ def onDisconnect(self): ) runner = ApplicationRunner(url, realm, extra) runner.run(Component) - runner.run(Component) From 0ebb5fdd491e69795de892bb95d11f8a9977dda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Sabariego=20L=C3=B3pez?= Date: Fri, 19 Jun 2026 15:40:59 +0000 Subject: [PATCH 2/4] add ia audit disclossure --- .audit/JavierSab:patch-1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .audit/JavierSab:patch-1.md diff --git a/.audit/JavierSab:patch-1.md b/.audit/JavierSab:patch-1.md new file mode 100644 index 000000000..b5455cbc4 --- /dev/null +++ b/.audit/JavierSab:patch-1.md @@ -0,0 +1,10 @@ +## AI Assistance Disclosure + +- [x] I did **not** use any AI-assistance tools to help create this pull request. +- [ ] I **did** use AI-assistance tools to *help* create this pull request. +- [x] I have read, understood and followed the projects' [AI Policy](https://github.com/crossbario/autobahn-python/blob/main/AI_POLICY.md) when creating code, documentation etc. for this pull request. + +Submitted by: @JavierSab +Date: 2026-06-19 +Related issue(s): +Branch: JavierSab:patch-1.md \ No newline at end of file From 047dc9ea6f57a14ada74589b1561d3030e9abe47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Sabariego=20L=C3=B3pez?= Date: Thu, 25 Jun 2026 08:41:05 +0000 Subject: [PATCH 3/4] Rename audit file to valid cross-platform name --- .audit/{JavierSab:patch-1.md => JavierSab_patch-1.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .audit/{JavierSab:patch-1.md => JavierSab_patch-1.md} (100%) diff --git a/.audit/JavierSab:patch-1.md b/.audit/JavierSab_patch-1.md similarity index 100% rename from .audit/JavierSab:patch-1.md rename to .audit/JavierSab_patch-1.md From ec699e021fc00921a372375bce05f4629acbf96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Sabariego=20L=C3=B3pez?= Date: Thu, 25 Jun 2026 08:42:51 +0000 Subject: [PATCH 4/4] Referenced Issue in the audit file --- .audit/JavierSab_patch-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.audit/JavierSab_patch-1.md b/.audit/JavierSab_patch-1.md index b5455cbc4..b8782b58e 100644 --- a/.audit/JavierSab_patch-1.md +++ b/.audit/JavierSab_patch-1.md @@ -6,5 +6,5 @@ Submitted by: @JavierSab Date: 2026-06-19 -Related issue(s): +Related issue(s): #1888 Branch: JavierSab:patch-1.md \ No newline at end of file