Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue's official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export/import.
Connection recordings now contain the recording count and streamindex prepended to the filename. Recording count will incrementfor every new recording (turn recording off, then on), whereasstream index will always be zero for the time being (LS-3790);
ASP.NET Zero 6.8.0
The hotpath now contains metrics that can be enabledvia Diagnostics.Timings.OutputInterval to a value other than 0.When set to a non-zero value, the timings for the media chain andRTP encryption will be output on a regular interval in the logs(IL-2050);
The LiveSwitch Media Server will now exit properly if any unexpectederror occurs during registration. Previously, unexpected errorswere handled in a invalid method that caused the server to hang.This change will now cause the service to exit with a non-zeroerror code if running as a service and if an error occurs(LS-1092); 2ff7e9595c
Comments