Fix:Bookshelf rebuild when server settings are set (race condition) #247

This commit is contained in:
advplyr 2021-12-20 19:26:22 -06:00
parent c89319ffc5
commit 43668cfe03
2 changed files with 14 additions and 5 deletions

View file

@ -126,6 +126,8 @@ export default {
this.$store.commit('users/updateUser', user)
})
}
this.$eventBus.$emit('socket_init')
},
streamOpen(stream) {
if (this.$refs.streamContainer) this.$refs.streamContainer.streamOpen(stream)