Commit e46bf47
committed
Correctly send receiverLoopbacks that target promisedAnswers.
Worryingly, this was manifesting in the test as a deadlock: we hit the
error complaining about it not being an import, but then connection
shutdown hung, waiting on tasks. I haven't pinned down exactly what was
going on there, but this sidesteps the issue by fixing the thing that
was causing a connection abort in the first place.1 parent 9a40e87 commit e46bf47
1 file changed
+30
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1639 | 1639 | | |
1640 | 1640 | | |
1641 | 1641 | | |
1642 | | - | |
1643 | | - | |
1644 | | - | |
1645 | | - | |
1646 | | - | |
1647 | | - | |
1648 | | - | |
1649 | | - | |
1650 | | - | |
1651 | 1642 | | |
1652 | 1643 | | |
1653 | 1644 | | |
| 1645 | + | |
1654 | 1646 | | |
1655 | 1647 | | |
1656 | 1648 | | |
1657 | 1649 | | |
1658 | 1650 | | |
1659 | 1651 | | |
1660 | | - | |
| 1652 | + | |
1661 | 1653 | | |
1662 | 1654 | | |
1663 | 1655 | | |
1664 | 1656 | | |
1665 | 1657 | | |
1666 | | - | |
1667 | | - | |
1668 | | - | |
| 1658 | + | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
1669 | 1686 | | |
1670 | 1687 | | |
1671 | 1688 | | |
| |||
0 commit comments