mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1702] [MERGED] [Feature] Server Plugin - Ping and NewWorkConn RPC #4437
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4437
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/fatedier/frp/pull/1702
Author: @GuyLewin
Created: 3/14/2020
Status: ✅ Merged
Merged: 3/17/2020
Merged by: @fatedier
Base:
dev← Head:feature/ping-server-plugin📝 Commits (9)
486e389feat: include RunId in FRP Server Plugin NewProxy message025a6e1feat: server plugin for Ping messagesde0fd16doc: rewrite server plugin documentation2f2f714Merge branch 'feature/run-id-server-plugin' into feature/ping-server-plugin678feb7doc: update documentation to mention Ping server plugin0263d32feat: include exception in error sent from frps to frpc if ping isn't acceptedd47f6eeMerge branch 'dev' into feature/ping-server-plugin63faf52feat: NewWorkConn server plugin hookd1ff623doc: document NewWorkConn server plugin📊 Changes
6 files changed (+161 additions, -15 deletions)
View changed files
📝
doc/server_plugin.md(+39 -2)📝
models/plugin/server/manager.go(+74 -4)📝
models/plugin/server/plugin.go(+4 -2)📝
models/plugin/server/types.go(+10 -0)📝
server/control.go(+15 -2)📝
server/service.go(+19 -5)📄 Description
RPC call on Ping messages to execute external code every heartbeat.
This PR includes the feature/run-id-server-plugin PR (#1700), so please merge that one first.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.