Skip to content

Fix broken links in README#231

Merged
Keith-wright merged 2 commits intomasterfrom
fix/broken-readme-links
Mar 19, 2026
Merged

Fix broken links in README#231
Keith-wright merged 2 commits intomasterfrom
fix/broken-readme-links

Conversation

@Keith-wright
Copy link
Contributor

@Keith-wright Keith-wright commented Mar 19, 2026

Fixes #217, fixes #203, closes #214

Changes

Broken links (#217):

  • pusher.com/docs/publisher_api_guide/publisher_excluding_recipientspusher.com/docs/channels/server_api/excluding-event-recipients/
  • pusher.com/docs/rest_api (×3) → pusher.com/docs/channels/library_auth_reference/rest-api/
  • pusher.com/docs/presencepusher.com/docs/channels/using_channels/presence-channels/
  • All affected links upgraded from http:// to https://

Incorrect keepAlive option (#203):

  • keepAlive was removed from the codebase but remained documented in the README
  • Replaced with the correct agent: new http.Agent({ keepAlive: true }) pattern, which is what the code actually supports
  • Thanks to @isaachinman for digging into the source and identifying the root cause

@Keith-wright Keith-wright merged commit 22263ca into master Mar 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken link in README Is pusher dead, should I switch product? Incorrect options typings

3 participants