-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
There seems to be a bug that we get an exception and end up in this fallback scenario with a somehow broken message:
| buffer.append(translation); |
Interesting is that the same message later works fine and it seems to happen only the first time when that message is created and only in rare cases (if called early on during app startup).
To fix this issue, we would actually need to know the exception that was catched that is unfortunately not logged here.
Therefore a first step will be to add logging of the exception here.
Once we have the stacktrace, we can try to see if there is some concurrency bug in the initializing/boostrapping code.
Reactions are currently unavailable