From 03d25eed65f4c4e9b3da091706ca1a18f51cd740 Mon Sep 17 00:00:00 2001 From: ExcuseMi Date: Wed, 10 Aug 2016 03:35:27 +0200 Subject: [PATCH] Fix PokeSpawns => RareSpawns --- .../Repository/RareSpawnsRarePokemonRepository.cs | 3 ++- PogoLocationFeederTests/PogoLocationFeederTests.csproj | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/PogoLocationFeeder/Repository/RareSpawnsRarePokemonRepository.cs b/PogoLocationFeeder/Repository/RareSpawnsRarePokemonRepository.cs index 44375cb..80458c6 100644 --- a/PogoLocationFeeder/Repository/RareSpawnsRarePokemonRepository.cs +++ b/PogoLocationFeeder/Repository/RareSpawnsRarePokemonRepository.cs @@ -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 _snipersInfos = new ConcurrentQueue(); private bool _started; @@ -182,4 +183,4 @@ internal class PokeSpawnsPokemon [JsonProperty("lon")] public double lon { get; set; } } -} +} \ No newline at end of file diff --git a/PogoLocationFeederTests/PogoLocationFeederTests.csproj b/PogoLocationFeederTests/PogoLocationFeederTests.csproj index 858ddf4..a982854 100644 --- a/PogoLocationFeederTests/PogoLocationFeederTests.csproj +++ b/PogoLocationFeederTests/PogoLocationFeederTests.csproj @@ -74,6 +74,7 @@ +