Skip to content

v4.3.3

Compare
Choose a tag to compare
@birme birme released this 30 Aug 08:32
· 22 commits to master since this release

What's Changed

This release addresses performance bottlenecks when running in High Availability mode with Redis. Changed to use ioredis as Redis client and implemented pipelining of operations. This greatly reduces the amount of round-trips and packet congestion to keep the playhead and session states in synch. By @birme in #293

Full Changelog: v4.3.2...v4.3.3