update pilz lib

This commit is contained in:
2019-10-18 10:32:12 +02:00
parent 3d41662b26
commit 1d640d2352
3 changed files with 5 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ Public Class TCPManager
tcp.Connect(ep)
Dim stream As NetworkStream = tcp.GetStream()
Dim buf As Byte() = EncodeToBytes(cmd, content)
Dim buf As Byte() = EncodeToBytes(cmd, content, UseAssemblyQualifiedName)
'Send Data
stream.Write(buf, 0, buf.Length)