| commit | 5b1dec5da2f4db52b0d92585a5d504718a767022 | [log] [tgz] |
|---|---|---|
| author | Anna Gringauze <annagrin@google.com> | Thu Mar 10 09:17:04 2022 -0800 |
| committer | GitHub <noreply@github.com> | Thu Mar 10 09:17:04 2022 -0800 |
| tree | fc170beb847ef58ccf9b7d7f8ffbbc226c78be71 | |
| parent | 3f729f70dd05cd1a4c70814be44f35171398008c [diff] |
Fix crash when sending events to client.js during hot restart (#1531) * Fix race condition causing crash when sending events to client.js during hot restart * Fix tests * Removed stray solo * Addressed CR comments