-
Notifications
You must be signed in to change notification settings - Fork 568
Commit cf8a3ed
fix(sessions): clean up threading on kill+flush
This follows the precedent set in transport.flush, and helps me with my project
to assert thread hygeine in sentry test suite (related: DI-1008), but also makes
the system much more deterministic for everyone.
This will cause shutdown to be quite slow until #4561 goes in. So I'd reject
this if you reject that.1 parent a7b2d67 commit cf8a3ed
1 file changed
+23
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | - | ||
170 | - | ||
169 | + | ||
170 | + | ||
171 | + | ||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
195 | + | ||
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
201 | + | ||
202 | + | ||
203 | + | ||
204 | + | ||
205 | + | ||
206 | + | ||
207 | + | ||
208 | + | ||
209 | + | ||
210 | + | ||
211 | + | ||
212 | + | ||
213 | + | ||
214 | + | ||
194 | 215 | | |
195 | 216 | | |
196 | 217 | | |
| |||
0 commit comments