Skip to content

Fix locking issue

Compare
Choose a tag to compare
@prep prep released this 11 Dec 16:06
3e23717

This release fixes an issue where a context timeout was set before it had acquired the connection lock. This resulted it i/o timeout errors. Now, a package-specific timeout can be configured that is started after the lock has been acquired.

Obviously, any timeout on the context that is coming from the outside are still subject to the old behaviour.