mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #538] [Question] websocket and nodered #411
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#411
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dokho33 on GitHub (Dec 10, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/538
Hello.
I would like to use ntfy for my home automation with nodered.
I manage to connect nodered via websocket but after a while there is a disconnection.
I think the problem comes from nodered because the socket still appears as connected, but it no longer receives data.
Has anyone already encountered the problem?
ntfy logs:
nodered screenshot:

Regards,
@binwiederhier commented on GitHub (Dec 10, 2022):
If you set the log level to
TRACE, you should see ntfy sending keepalive messages every 45s. That's supposed to keep the socket alive, and stop firewalls and other intermediaries from killing it.That said, every software that keeps sockets open must deal with connection failures and retries. Sockets break, firewalls are rebooted, routers get congested. Lots of reasons why you must be able to deal with connection failures.
This does not seem to be a ntfy problem. You may also want to ask on the ntfy Discord/Matrix. Seems like a better place to ask this.