Commit c6c0e52
Fix the link endpoint panic.
The panic was happening as the endpoint was trying to send packets with nil
dispatcher. Do not send packets when dispatcher is nil.
Before: http://sponge2/a609cccc-714a-4a83-b488-e52ea59618f9
After: http://sponge2/8cec0b14-7820-4937-8b28-2ecfaecfa773
PiperOrigin-RevId: 7698335611 parent 54eb149 commit c6c0e52
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
66 | 69 | | |
67 | 70 | | |
68 | 71 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments