mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-26 22:25:53 +03:00
[GH-ISSUE #248] 私有部署服务每次调用都会触发两次 #104
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#104
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 @aisin on GitHub (Nov 29, 2023).
Original GitHub issue: https://github.com/Finb/bark-server/issues/248
私有部署服务每次调用都会触发两次,看日志也是同时产生两次请求。
@Finb commented on GitHub (Nov 29, 2023):
这种一般就是请求了两次,你要查一下整个请求链路上哪个环节请求了两次。
@aisin commented on GitHub (Nov 29, 2023):
尝试了下在浏览器中请求会触发两次,应该是我自身环境的问题,使用 postman 请求正常。感谢~