Remove extra Start call for standalone operation.
This commit is contained in:
@@ -38,7 +38,6 @@ namespace TimberWinR.Inputs
|
||||
{
|
||||
_port = port;
|
||||
|
||||
LogManager.GetCurrentClassLogger().Info("Udp Input on Port {0} Ready", _port);
|
||||
|
||||
_receivedMessages = 0;
|
||||
|
||||
@@ -76,6 +75,8 @@ namespace TimberWinR.Inputs
|
||||
_udpListenerV6 = new UdpClient();
|
||||
_udpListenerV6.Client = dualModeSocket;
|
||||
|
||||
LogManager.GetCurrentClassLogger().Info("Udp Input on Port {0} Ready", groupV6);
|
||||
|
||||
string lastMessage = "";
|
||||
try
|
||||
{
|
||||
|
||||
@@ -153,7 +153,6 @@ namespace TimberWinR
|
||||
if (processConfiguration)
|
||||
{
|
||||
ProcessConfiguration(cancelToken, Config);
|
||||
Start(cancelToken);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user