|
@@ -1285,7 +1285,7 @@ public class RoomServiceImpl implements RoomService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- @Transactional(rollbackFor = Exception.class, isolation = Isolation.READ_COMMITTED)
|
|
|
+ @Transactional(rollbackFor = Exception.class, isolation = Isolation.SERIALIZABLE)
|
|
|
public boolean statusSync(ChannelStateNotify notify) throws Exception {
|
|
|
String roomId = notify.getChannelId();
|
|
|
String userId = notify.getUserId();
|