There was an error while loading. Please reload this page.
Update to golang 1.24.13 (#31)
Fix concurrent deadlock Receivers loops were not stopped when Reconnect was called, which might have get to a corner case where the loop could iterate on a conn.receivers map in the middle of recreation process. This patch is fixing it.
Don't attempt to close Sender on error Resolves: rhbz#2179924
Improve AMQP-1.0 transport (#26) * AMQP-1.0 improvements - avoid flooding with links - enable reconnection - linter fixes
Merge pull request #21 from infrawatch/proclimits Add system.GetOpenedFiles
Merge pull request #16 from infrawatch/asimilatemap Move map operations from tools
Merge pull request #13 from infrawatch/connector-spli Connector split
Merge pull request #5 from infrawatch/lmadsen-add-license Add Apache v2.0 license file