Revize 6d0d1410
Přidáno uživatelem Eliška Mourycová před více než 3 roky(ů)
Server/ServerApp/ServerApp.csproj | ||
---|---|---|
157 | 157 |
<Reference Include="System.Xml" /> |
158 | 158 |
</ItemGroup> |
159 | 159 |
<ItemGroup> |
160 |
<Compile Include="Connection\ConnectionListener.cs" /> |
|
160 |
<Compile Include="Connection\ConnectionListenerMulti.cs" />
|
|
161 | 161 |
<Compile Include="Connection\XMLProtocolHandler\Buildings.cs" /> |
162 | 162 |
<Compile Include="Connection\XMLProtocolHandler\Date.cs" /> |
163 | 163 |
<Compile Include="Connection\XMLProtocolHandler\Prediction.cs" /> |
Také k dispozici: Unified diff
Re #8941. Started working on enqueueing requests and processing them in a new thread. + Program.cs cleanup + Fixed Date error.