Skip to content

3.1.1 - Much better auto detection of interface

Latest
Compare
Choose a tag to compare
@arjunmehta arjunmehta released this 24 Mar 22:06
· 14 commits to master since this release

The module will now queue any transactions with Redis while it detects which interface to use. Once it detects the interface it will drain the queue on the appropriate interface.

This fixes a bug causing missing locations if the interface was switched (due to auto detection) after adding locations. This usually happened if locations were added immediately after calling the initialize method.

All changes since 3.1.0: 680dc5d...master