Closed deleolajide closed 6 years ago
Thanks for taking care of this. I was annoyed by that stacktrace on startup. That service discovery gets redone later, right - I don't think we're actually missing data? As for the wait: I'm pretty sure that there's a event that we can listen for. That will be a more consistent solution than waiting for an arbitrary number of seconds.
On 8 November 2017 at 00:55, Dele Olajide notifications@github.com wrote:
offocus does a service discovery at startup which sometimes happens before ofmeet is fully loaded and ready. I had to add a Thread.sleep(5000) hack to get consistent results.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/igniterealtime/ofmeet-openfire-plugin/issues/42, or mute the thread https://github.com/notifications/unsubscribe-auth/AEDoyhbK5SRiLhV4fm4aVdADfetQ9Ptvks5s0O3kgaJpZM4QVpBO .
Not sure if service discovery is tried again, but the list of videobridges remains empty causing offocus to assume there is no available VB. It became more pronounced with my custom version of XMPPTCPConnection with an openfire vitrualconnection.
offocus does a service discovery at startup which sometimes happens before ofmeet is fully loaded and ready. I had to add a Thread.sleep(5000) hack to get consistent results.