Skip to content

Commit

Permalink
Fix incorrect Realtime database Stream timeout setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jun 5, 2024
1 parent c31e4f9 commit 1fe6514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/AsyncClient/AsyncClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,8 @@ class AsyncClientClass : public ResultBase, RTDBResultBase
if (disconnect)
stop(sData);

sData->response.httpCode = 0;
sData->error.code = 0;
sData->response.flags.reset();
sData->state = async_state_undefined;
sData->return_type = function_return_type_undefined;
Expand Down

0 comments on commit 1fe6514

Please sign in to comment.