mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 23:20:59 +00:00
Writing to the socket may trigger a close of the socket descriptor if a disconnect was detected. We need to check if it is still valid when waiting for a response after attempting to send a synchronous message. Fixes #3515 |
||
|---|---|---|
| .. | ||
| ClientConnection.h | ||
| CMakeLists.txt | ||
| Connection.h | ||
| Decoder.cpp | ||
| Decoder.h | ||
| Dictionary.h | ||
| Encoder.cpp | ||
| Encoder.h | ||
| Endpoint.cpp | ||
| Endpoint.h | ||
| Forward.h | ||
| Message.cpp | ||
| Message.h | ||
| ServerConnection.h | ||