sockjs icon indicating copy to clipboard operation
sockjs copied to clipboard

Fixed processing of heartbeats and a session expiration.

Open Cykooz opened this issue 3 years ago • 3 comments

  • Fixed processing of heartbeats and a session expiration.
  • Fixed ping-pong based heartbeats for web-socket connections.
  • Added arguments heartbeat_delay and disconnect_delay into Session.__init__().
  • Added argument disconnect_delay into SessionManager.__init__().
  • Breaking change: Removed argument timeout from Session.__init__() and SessionManager.__init__().
  • Breaking change: Argument heartbeat of SessionManager.__init__() renamed into heartbeat_delay.
  • Breaking change: Session.registry renamed into Session.app.
  • Breaking change: Deleted method SessionManager.route_url().
  • Breaking change: Dropped support of Python < 3.7

Cykooz avatar Feb 08 '22 12:02 Cykooz

@asvetlov Can you switch off Travis CI and codeconv checks for pull requests? Travis CI don't start building of project and show follow text: "Builds have been temporarily disabled for public repositories due to a negative credit balance. Please go to the Plan page to replenish your credit balance or alter your Consume paid credits for OSS setting."

Cykooz avatar Feb 08 '22 12:02 Cykooz

This pull request introduces 1 alert and fixes 1 when merging 2b89b0e3035e6d5e191897aab40698c18bb1e52c into 74042149507d967edca42b2f444594df4939ddc0 - view on LGTM.com

new alerts:

  • 1 for Module is imported with 'import' and 'import from'

fixed alerts:

  • 1 for Module is imported with 'import' and 'import from'

lgtm-com[bot] avatar Feb 08 '22 12:02 lgtm-com[bot]

This pull request introduces 1 alert and fixes 1 when merging 7875007ccc10e90aea73549fc19af070db55c22d into 74042149507d967edca42b2f444594df4939ddc0 - view on LGTM.com

new alerts:

  • 1 for Module is imported with 'import' and 'import from'

fixed alerts:

  • 1 for Module is imported with 'import' and 'import from'

lgtm-com[bot] avatar Feb 09 '22 13:02 lgtm-com[bot]