Skip to content

Commit 1ac4d7b

Browse files
committed
fix: remove duplicate message enqueue in PortGather_LineReceived method
1 parent 7276a59 commit 1ac4d7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/LgDisplayController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,6 @@ private void CommunicationMonitor_StatusChange(object sender, MonitorStatusChang
783783
private void PortGather_LineReceived(object sender, GenericCommMethodReceiveTextArgs args)
784784
{
785785
receiveQueue.Enqueue(new ProcessStringMessage(args.Text, ProcessResponse));
786-
receiveQueue.Enqueue(new ProcessStringMessage(args.Text, ProcessResponse));
787786
}
788787

789788
private void PollAfterNgResponse(string ngCommand)

0 commit comments

Comments
 (0)