Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
bug fix, prevent multiple stream threads being created
Browse files Browse the repository at this point in the history
  • Loading branch information
zcourts committed Apr 4, 2012
1 parent 9bcaba1 commit 4f71539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Datasift/DatasiftStream/DatasiftStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ private void PushToSubscribers(string data)
Interaction interaction = new Interaction(data);
if (interaction.IsError())
{
Retry(interaction.StatusMessage());
return;
}
foreach (DatasiftStreamClient c in this.subcribers)
Expand Down

0 comments on commit 4f71539

Please sign in to comment.