fix : playerID == hashkey 통일 / long => int로 변경
This commit is contained in:
@@ -107,7 +107,7 @@ public class StressTestService
|
||||
|
||||
for (int i = 0; i < batch; i++)
|
||||
{
|
||||
long id = created + 1; // 1-based (더미 범위)
|
||||
int id = created + 1; // 1-based (더미 범위)
|
||||
StressTestClient client = new StressTestClient(id, ip, port, key);
|
||||
lock (clientsLock)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user