Skip to content

Commit

Permalink
Fix PokeSpawns => RareSpawns
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcuseMi committed Aug 10, 2016
1 parent bfc25be commit 03d25ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class RareSpawnsRarePokemonRepository : IRarePokemonRepository
//private const int timeout = 20000;

private const string URL = "ws://188.165.224.208:49001/socket.io/?EIO=3&transport=websocket";
private const string Channel = "RareSpawns";
private WebSocket _client;
private ConcurrentQueue<SniperInfo> _snipersInfos = new ConcurrentQueue<SniperInfo>();
private bool _started;
Expand Down Expand Up @@ -182,4 +183,4 @@ internal class PokeSpawnsPokemon
[JsonProperty("lon")]
public double lon { get; set; }
}
}
}
1 change: 1 addition & 0 deletions PogoLocationFeederTests/PogoLocationFeederTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
</Choose>
<ItemGroup>
<Compile Include="Api\PogoLocationFeederListenerTests.cs" />
<Compile Include="Tests\RareSpawnsRarePokemonRepositoryTests.cs" />
<Compile Include="Tests\ChannelParserTests.cs" />
<Compile Include="Tests\GeoCoordinatesParserTest.cs" />
<Compile Include="Tests\IVParserTests.cs" />
Expand Down

0 comments on commit 03d25ee

Please sign in to comment.