Skip to content

Commit 4840bf9

Browse files
Merge pull request #23 from qualisys/update_dotnet_sdk
2 parents 867f085 + 9f1cf52 commit 4840bf9

File tree

6 files changed

+619
-156
lines changed

6 files changed

+619
-156
lines changed

Qualisys/QTM-Unity-Realtime-Streaming/Helpers/RTStreamThread.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ void WriterThreadFunction()
174174
continue;
175175
}
176176

177-
var packet = rtProtocol.Packet;
177+
var packet = rtProtocol.GetRTPacket();
178178
if (packet != null)
179179
{
180180
if (packetType == PacketType.PacketData)

0 commit comments

Comments
 (0)