Merge "RPC server doc: use the blocking executor"
This commit is contained in:
commit
68f8857f30
@ -68,7 +68,7 @@ A simple example of an RPC server with multiple endpoints might be::
|
||||
TestEndpoint(),
|
||||
]
|
||||
server = messaging.get_rpc_server(transport, target, endpoints,
|
||||
executor='eventlet')
|
||||
executor='blocking')
|
||||
server.start()
|
||||
server.wait()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user