Refactor NetworkMessage and NetworkStream to handle errors gracefully, including in Release builds
This commit is contained in:
@@ -83,6 +83,7 @@ public:
|
||||
|
||||
public:
|
||||
// [Stream]
|
||||
bool HasError() const override;
|
||||
void Flush() override;
|
||||
void Close() override;
|
||||
uint32 GetLength() override;
|
||||
|
||||
Reference in New Issue
Block a user