Skip to content

Commit

Permalink
fallback from multiple signals handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ivellios committed Sep 22, 2023
1 parent cf754ab commit 9d6807f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9d6807f

Please sign in to comment.