Commit Graph

60 Commits

Author SHA1 Message Date
cf2be6b125 fix : 코드 분석 후 버그 및 결함 16건 수정
- ARepository 전체 메서드 IDbConnection using 추가 (커넥션 풀 누수)
- GameServer NotImplementedException → 로그 출력으로 변경
- ServerBase Auth/Echo payload 길이 검증 주석 해제
- PacketSerializer MemoryStream using 추가 (양쪽 솔루션)
- PacketSerializer size 파라미터 제거, 자동 계산 + size 검증 구현
- ServerBase NetDataWriter cachedWriter 재사용 (GC 압력 감소)
- ServerBase isListening volatile 추가
- ServerBase Deserialize 실패 시 null payload 체크
- ServerBase Serilog 구조적 로깅 템플릿 구문 수정
- TestHandler 전체 메서드 try-catch 추가
- TestRepository IDbConnectionFactory 인터페이스로 변경
- DummyClients BodyLength 계산 불일치 수정
- DummyClients pendingPings 메모리 누수 방지
- EchoClientTester async void 이벤트 → 동기 Cancel()로 변경
- ANALYSIS.md 코드 분석 및 문제점 보고서 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 01:09:27 +09:00
qornwh1
d73487df5b fix : 로그레벨 변경 2026-03-02 17:47:27 +09:00
qornwh1
66d18cd0ac feat : 나중 구조적 통합을 위해 main쪽 비동기 로직으로 변경 2026-03-02 17:47:03 +09:00
qornwh1
961973ff8b fix : writer 전역으로 변경, pendingPings 락 프리 Cuncurrent로 변경 2026-03-02 17:17:17 +09:00
qornwh1
8fcdd3494e fix : 더미클라 시간계산 버그 수정 2026-03-02 16:15:05 +09:00
qornwh1
5dc944d644 fix : 리드미 수정 2026-03-01 17:00:52 +09:00
qornwh1
34394f2c96 feat : RDB 기능 추가 (라이브러리, base 코드 구현) 2026-03-01 16:58:38 +09:00
qornwh1
563448a09a feat : 로그 기록 남기기(클라이언트 쪽 패키지 추가), 포매팅, 도커 설정 변경, 2026-03-01 01:30:10 +09:00
qornwh1
97f6187f5d feat : 에코 서버 / 클라이언트 기능 추가 작업 2026-03-01 01:05:14 +09:00
qornwh1
30457819b1 first commit 2026-02-28 14:16:07 +09:00