fix: `getChatRoomInfo()` thrwos `LoadInProgressException` when loading
authorKai Moritz <kai@juplo.de>
Sat, 3 Feb 2024 16:25:45 +0000 (17:25 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 20 Feb 2024 09:35:33 +0000 (10:35 +0100)
commit35bbca17e02ae13905905ea12e58993436c9df9f
tree17be9c5df1e50d38d35a0525e13751291d040c49
parent97f242fe391615f7332b690b8a8eeabe24c48fbb
fix: `getChatRoomInfo()` thrwos `LoadInProgressException` when loading

- The method `InfoChannel.getChatRoomInfo(UUID)` has to check, if loading
  is in process.
- Otherwise, an existing chat-room might erronously not be found, if it is
  requested, while `InfoChannel` is loading, because it is not yet loaded.
src/main/java/de/juplo/kafka/chat/backend/implementation/kafka/InfoChannel.java