Skip to content

Commit

Permalink
Optimize TerminalSimulator
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Feb 24, 2022
1 parent 3286dd8 commit 0f75027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Portalum.Zvt.TerminalSimulator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Program
private static byte[] _acknowledgePackage = new byte[] { 0x80, 0x00, 0x00 };
private static byte[] _completionPackage = new byte[] { 0x06, 0x0F, 0x00 };

private static SimpleTcpServer _tcpServer;
private static SimpleTcpServer? _tcpServer;

static void Main(string[] args)
{
Expand Down

0 comments on commit 0f75027

Please sign in to comment.