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:28:35 +0000 (10:28 +0100)
commit61092e42b7243e56a80c6b27c0f462660b14e62d
tree6136b4b805f54fd2797df702909a7af79d45df98
parent56cb19c83265e6007668e2747221ac47b1388732
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