skupperproject / skupper-router

An application-layer router for Skupper networks
https://skupper.io
Apache License 2.0
14 stars 18 forks source link

Remove edge-heartbeat modules #1553

Closed ted-ross closed 2 months ago

ted-ross commented 2 months ago

These are obsolete and are causing connectivity issues under heavy load.

A note about this fix:

The message-level heartbeat was originally implemented to work around a defect in the Proton library that caused frame-level heartbeats to not be sent. This issue has been resolved and the workaround is no longer needed.

For reference: https://issues.apache.org/jira/browse/DISPATCH-2262