Files
sodalive-backend-spring-boot/src/main/kotlin/kr/co/vividnext/sodalive
Klaus 3782062f4a fix(chat-room): 입장/전송 next 계산 보완 및 채팅 가능 시 next=null 처리
enter:
roomPaid==0 && roomFree>0 && global<=0 → 글로벌 next
roomPaid==0 && roomFree==0 → (global<=0) ? max(roomNext, globalNext) : roomNext
채팅 가능(totalRemaining>0)인 경우 next=null 반환(유료>0 포함)
send:
totalRemaining==0 && global<=0 → max(roomNext, globalNext)
채팅 가능(totalRemaining>0)인 경우 next=null 반환
2025-09-10 13:31:27 +09:00
..
2024-07-25 21:53:29 +09:00
2025-07-10 15:31:41 +09:00
2025-08-21 18:09:17 +09:00
2024-12-02 08:58:54 +09:00
2025-07-21 16:44:10 +09:00
2023-08-19 03:21:39 +09:00
2025-07-10 15:31:41 +09:00
2025-07-18 13:33:19 +09:00
FAQ
2025-03-22 04:39:54 +09:00
2025-03-26 16:51:00 +09:00
2025-07-21 22:30:19 +09:00
2025-07-16 19:00:39 +09:00
2025-08-21 21:18:29 +09:00