Commit bb3ee98
Add reverse_attach_ref field to DAP server types
Summary:
# Context
When we receive a `reverse_attach` event in DAP, we check if the ref is the same as the one stored in the DAP server state.
# Problem
We do not have a field for `reverse_attach_ref` in the configuring and attached states.
# This diff
Adds a field `reverse_attach_ref` to these states that are `reference() | undefined`
Reviewed By: michalmuskala
Differential Revision: D81452980
fbshipit-source-id: c7e73454cddb938907e7b61f4ca69f62297cc22c
Co-authored-by: Agastya Bahl <agastyabahl@meta.com>1 parent f0ed8a0 commit bb3ee98
3 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| 101 | + | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| |||
0 commit comments