Commit 9e13e61
authored
Fix deadlock initializing sharedTemplates (#205)
https://leanplum.atlassian.net/browse/E2-1492
sharedTemplates was using an anti-singleton-anti-pattern. It was a dependency in its own initialization path.1 parent a2e738f commit 9e13e61
File tree
4 files changed
+7
-7
lines changed- Example/Tests/Classes
- Leanplum-SDK/Classes/Internal
4 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
727 | 726 | | |
728 | 727 | | |
729 | 728 | | |
| |||
1548 | 1547 | | |
1549 | 1548 | | |
1550 | 1549 | | |
1551 | | - | |
1552 | | - | |
1553 | | - | |
1554 | | - | |
1555 | 1550 | | |
1556 | 1551 | | |
1557 | 1552 | | |
| |||
0 commit comments