Commit 7ce4308
[Easy] Don't say we're ready until after garbage collecting
Summary:
We used to send the "Ready" event immediately before garbage
collecting. That's kind of dumb. We should say we're ready after garbage
collecting, when we're actually ready to handle a request.
This is a bigger deal when I move file watching to the monitor process,
since a ready server will just stop and wait for a message from the
monitor.
Reviewed By: samwgoldman
Differential Revision: D7336759
fbshipit-source-id: 1edaf89bcc8aa6a317ad9cc7e1cf9e6b2e0129b71 parent 383a2df commit 7ce4308
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | | - | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
0 commit comments