mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
docs: clarify object ID rework descriptions and remove stale comment
Replace vague "Alpelo object system backport" references in CHANGELOG and AUTHORS with accurate descriptions of the per-session object ID allocation rework. Remove stale test comment referencing the deleted NextObjectID method.
This commit is contained in:
@@ -306,8 +306,7 @@ func TestObjectHandlers_SequentialCreateObject(t *testing.T) {
|
||||
stage := NewStage("test_stage")
|
||||
|
||||
// Create objects sequentially from multiple sessions
|
||||
// Note: handleMsgSysCreateObject has a race condition in NextObjectID
|
||||
// so we test sequential creation instead
|
||||
// Test sequential object creation across multiple sessions
|
||||
for i := 0; i < 10; i++ {
|
||||
session := createMockSession(uint32(i), server)
|
||||
session.stage = stage
|
||||
|
||||
Reference in New Issue
Block a user