We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cecde commit 4a1fab1Copy full SHA for 4a1fab1
docs/basic-tutorial.md
@@ -167,7 +167,7 @@ $ protoc Sources/Examples/RouteGuide/Model/route_guide.proto \
167
--swift_opt=Visibility=Public \
168
--swift_out=Sources/Examples/RouteGuide/Model \
169
--plugin=./.build/debug/protoc-gen-grpc-swift \
170
- --grpc-swift_opt=Visibility=Public,AsyncClient=True,AsyncServer=True \
+ --grpc-swift_opt=Visibility=Public \
171
--grpc-swift_out=Sources/Examples/RouteGuide/Model
172
```
173
0 commit comments