From 9d6807fe6685ed8e6d507fd864e6f998f2a460dd Mon Sep 17 00:00:00 2001 From: Janusz Kamienski Date: Fri, 22 Sep 2023 11:48:09 +0200 Subject: [PATCH] fallback from multiple signals handling --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 660d54e..6ac6ab7 100644 --- a/README.md +++ b/README.md @@ -87,5 +87,6 @@ As in `@receiver` decorator you can also pass a list of signals that the receive # Limitations -For now this package does not support multiple signals passed to the `@receiver_task` decorator. +For now this package does not support multiple signals passed to the `@receiver_task` decorator. +You should create separate receivers for each signal. This may be added in the future.