Commit 279a100
Ian Jenkins
Fix compilation of command routes.
All subscriptions were being added as event routes meaning that
RouterProcessor::routeCommand() wouldn't do anything as commandRoutes
were appearing empty. This fixes that by checking to see if command
subscriptions exist and extracting them into the commandRoutes argument
on RouterProcessor.1 parent 7b6a9cb commit 279a100
File tree
2 files changed
+12
-0
lines changed- pkg/enqueue-bundle
- DependencyInjection/Compiler
- Resources/config
2 files changed
+12
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
38 | 49 | | |
39 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments