Skip to content

Commit

Permalink
Final code change
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Jan 21, 2025
1 parent 77126c4 commit eb480ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SpacetimeDBClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,8 @@ private void OnMessageProcessComplete(PreProcessedMessage preProcessed)
}
else
{
// TODO: close connection.
Log.Warn("Received general subscription failure, disconnecting.");
Disconnect();
}

break;
Expand Down

0 comments on commit eb480ee

Please sign in to comment.