mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #94] [MERGED] Better GRPC support #142
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#142
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/ProxymanApp/atlantis/pull/94
Author: @mRs-
Created: 2/21/2022
Status: ✅ Merged
Merged: 2/24/2022
Merged by: @NghiaTranUIT
Base:
main← Head:feature/better-grpc-support📝 Commits (3)
e92ae2eBetter GRPC support52729a3Fixed Readme14e2566fixed readme📊 Changes
4 files changed (+363 additions, -56 deletions)
View changed files
📝
README.md(+232 -35)📝
Sources/Atlantis+Manual.swift(+118 -15)📝
Sources/Atlantis.swift(+1 -1)📝
Sources/Packages.swift(+12 -5)📄 Description
With these additions it’s the first way to make better use of Displaying WebSockets for Streaming Requests in general for gRPC Requests.
I did some breaking changes to determine the usage of unary calls and streaming calls to be better seperated.
In the Readme it’s even provided how to write a proper interecptor for working with that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.