Daniel Alm
|
489832fe10
Move the server-side generated code into runtime support classes as well.
|
7 years ago |
Daniel Alm
|
fcfc5b8f03
Add a runtime support class for bidirectional streaming client calls.
|
7 years ago |
Daniel Alm
|
f4040f9017
Make all test stub methods open.
|
7 years ago |
Daniel Alm
|
a1174b5b94
Add a runtime support class for client-streaming client calls.
|
7 years ago |
Daniel Alm
|
1454120de3
Add a runtime support class for server-streaming client calls.
|
7 years ago |
Daniel Alm
|
6a553c3636
Add a runtime support class for unary client calls.
|
7 years ago |
Daniel Alm
|
5ea856389f
Make the plugin's tests also generate test stubs, so we can ensure that those compile as well, and fix compilation of those stubs.
|
7 years ago |
Daniel Alm
|
46477bedc6
Fix the tests and add the output binary of the Echo PackageManager example to .gitignore.
|
7 years ago |
Daniel Alm
|
a51d6e22e8
Merge branch 'master' of github.com:grpc/grpc-swift into optional-completion-blocks
|
7 years ago |
Tim Burks
|
2df8a68a0c
Merge pull request #153 from grpc/example-updates
|
7 years ago |
Tim Burks
|
fa9c4c67a1
Fix Echo examples to expect streaming completion handlers to be called when calls finish.
|
7 years ago |
Tim Burks
|
cadef8d7f3
Update Echo Xcode sample to use latest API.
|
7 years ago |
Tim Burks
|
81d522e1de
Merge pull request #152 from grpc/example-updates
|
7 years ago |
Tim Burks
|
6462c1db79
Replace ExampleTests with direct builds of the Echo and Simple examples in "make test".
|
7 years ago |
Tim Burks
|
a0249407eb
Update examples to build with the current version of SwiftGRPC.
|
7 years ago |
Tim Burks
|
f5b89ea89c
Merge pull request #148 from MrMage/messagequeue-errors
|
7 years ago |
Tim Burks
|
e1cb1ef656
Merge branch 'master' into messagequeue-errors
|
7 years ago |
Tim Burks
|
7dfcca99af
Merge pull request #149 from MrMage/call-shutdown-server-side
|
7 years ago |
Tim Burks
|
b9efe09b41
Merge pull request #151 from grpc/example-fixes
|
7 years ago |
Tim Burks
|
476860a007
Fix code generator and samples for latest gRPC API.
|
7 years ago |
Tim Burks
|
b31d5b1ae5
Merge pull request #147 from postmates/streaming-status-code
|
7 years ago |
Tim Burks
|
9213a5973d
Merge pull request #145 from MrMage/warning-fixes
|
7 years ago |
Tim Burks
|
0b8566a6e6
Merge pull request #142 from MrMage/drop-package-requirement
|
7 years ago |
Tim Burks
|
07e081152b
Merge pull request #141 from MrMage/move-free-methods
|
7 years ago |
Tim Burks
|
7ebd0afe4c
Merge pull request #140 from MrMage/test-compiling-generated-code
|
7 years ago |
Tim Burks
|
ce223d647b
Merge pull request #139 from MrMage/podspec
|
7 years ago |
Tim Burks
|
7fb21c81d5
Merge pull request #137 from MrMage/var-let-mutex
|
7 years ago |
Tim Burks
|
072f4d2fa1
Merge pull request #124 from MrMage/protocols-for-testability
|
7 years ago |
Daniel Alm
|
303f237169
Also call `shutdown` in `Handler.sendStatus`.
|
7 years ago |
Daniel Alm
|
e39f5f7501
When queuing messages for sending, store the original "send" error handler alongside them.
|
7 years ago |