You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release notes
Enhancements
Added client-side heartbeat timeout detection: NextRecord throws HeartbeatTimeoutError
if no data is received for heartbeat_interval + 5 seconds (defaults to 35 seconds)
Changed SlowReaderBehavior::Skip to send "skip" instead of "drop" to the gateway
Breaking changes
NextRecord now throws LiveApiError instead of DbnResponseError when the gateway
closes the session. Code catching DbnResponseError for this case should be updated