mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #95] [MERGED] Websockets; working #1220
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#1220
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?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/95
Author: @binwiederhier
Created: 1/15/2022
Status: ✅ Merged
Merged: 1/16/2022
Merged by: @binwiederhier
Base:
main← Head:websockets📝 Commits (6)
846ee0fWebsockets; working707c58aDo not print ugly WS error; tests2b63634Combine things, move stuff91d40dcDocsdf4585aAttachment comment9b0e7eeFix data race📊 Changes
17 files changed (+591 additions, -238 deletions)
View changed files
📝
client/client.go(+20 -8)📝
cmd/app_test.go(+1 -3)📝
cmd/publish_test.go(+36 -0)➕
cmd/serve_test.go(+68 -0)📝
docs/config.md(+6 -2)📝
docs/subscribe/api.md(+53 -4)📝
go.mod(+2 -0)📝
go.sum(+3 -0)📝
server/config.go(+1 -1)➕
server/errors.go(+49 -0)📝
server/server.go(+155 -160)📝
server/server.yml(+3 -2)📝
server/server_test.go(+0 -58)📝
server/types.go(+70 -0)➕
server/util.go(+55 -0)➕
server/util_test.go(+66 -0)📝
test/server.go(+3 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.