Skip to content

Commit 5fa748f

Browse files
committed
Updates of binaries
1 parent b6b4f05 commit 5fa748f

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

Assets/Plugins/x64/gzBase64.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Examples/Event_Performance/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace Event_Performance
2828

2929
class Program
3030
{
31-
const int COUNT = 10;
31+
const int COUNT = 1000;
3232

3333
static readonly LicenseManager lic = new LicenseManager();
3434

Examples/Object_Performance/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ static void Main(string[] args)
4747

4848
DistTransportType protocol = DistTransportType.MULTICAST;
4949

50-
// string iface = "127.0.0.1";
50+
//string iface = "127.0.0.1";
5151

52-
string iface = "192.168.137.1";
52+
string iface = "";
5353

5454
// Start the manager with settting for transport protocols
5555
manager.Start(DistRemoteChannel.CreateDefaultSessionChannel(false,protocol, iface), DistRemoteChannel.CreateDefaultServerChannel(false,protocol, iface));
@@ -129,7 +129,7 @@ static void Main(string[] args)
129129
transaction.SetAttributeValue("Test", timer.GetTime());
130130

131131
if (!client.UpdateObject(transaction, objects[j]))
132-
Console.WriteLine("Bajs");
132+
Console.WriteLine("Failed to update object");
133133
}
134134
}
135135

0 commit comments

Comments
 (0)