diff options
Diffstat (limited to 'performance-tests/Messaging/ServerApp/Program.cs')
-rw-r--r-- | performance-tests/Messaging/ServerApp/Program.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/performance-tests/Messaging/ServerApp/Program.cs b/performance-tests/Messaging/ServerApp/Program.cs new file mode 100644 index 0000000..0aab3b5 --- /dev/null +++ b/performance-tests/Messaging/ServerApp/Program.cs @@ -0,0 +1,10 @@ +namespace ServerApp +{ + public class Program + { + static void Main() + { + DuplexServerCustomProtocol.Run(); + } + } +} |