Revize 1434de93
Přidáno uživatelem Eliška Mourycová před více než 3 roky(ů)
Server/ServerApp/Program.cs | ||
---|---|---|
36 | 36 |
|
37 | 37 |
|
38 | 38 |
// test - connection: |
39 |
AsynchronousSocketListener.StartListening(); |
|
39 |
AsynchronousSocketListener asl = new AsynchronousSocketListener(); |
|
40 |
asl.StartListening(); |
|
40 | 41 |
|
41 | 42 |
|
42 | 43 |
Console.ReadLine(); |
Také k dispozici: Unified diff
Re #8619. Connection handling improvements + simple parser of sent messages.