[PR #148] [MERGED] Resolution of bug #146: PushoverHandler cannot send multiple/ concurrent messages in quick succession #967

Closed
opened 2026-03-04 03:03:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Seldaek/monolog/pull/148
Author: @AlexButter
Created: 1/16/2013
Status: Merged
Merged: 1/22/2013
Merged by: @Seldaek

Base: masterHead: master


📝 Commits (1)

  • 448d547 Option to use SSL for PushoverHandler (enabled by default), and close connection after sending a message to PushOver.

📊 Changes

1 file changed (+11 additions, -2 deletions)

View changed files

📝 src/Monolog/Handler/PushoverHandler.php (+11 -2)

📄 Description

Solves #146: When sending messages in rapid succession to pushover.net only the first one is sent.
The SSL option is needed when sending messages to users that are not the pushover.net app owner; pushover.net doesn't accept those messages over plain HTTP.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/148 **Author:** [@AlexButter](https://github.com/AlexButter) **Created:** 1/16/2013 **Status:** ✅ Merged **Merged:** 1/22/2013 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`448d547`](https://github.com/Seldaek/monolog/commit/448d5470f08efb555421cc7af33cae004d12e3a4) Option to use SSL for PushoverHandler (enabled by default), and close connection after sending a message to PushOver. ### 📊 Changes **1 file changed** (+11 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/Monolog/Handler/PushoverHandler.php` (+11 -2) </details> ### 📄 Description Solves #146: When sending messages in rapid succession to pushover.net only the first one is sent. The SSL option is needed when sending messages to users that are not the pushover.net app owner; pushover.net doesn't accept those messages over plain HTTP. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:03:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#967
No description provided.