mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
50b20413d3
* Unlock RPC client while actually receiving a message As receiving a message might block for a long time, unblocking the client allows to let it send messages in the meanwhile without using 'tricks' * Unlock RPC server while actually receiving a message As receiving a message might block for a long time, unblocking the client allows to let it send messages in the meanwhile without using 'tricks' * Protect Close() against race conditions * Concurrency and Sequence tests |
||
---|---|---|
.. | ||
grpc | ||
mock | ||
mucp | ||
proto | ||
context.go | ||
extractor_test.go | ||
extractor.go | ||
handler.go | ||
options.go | ||
rpc_codec_test.go | ||
rpc_codec.go | ||
rpc_event.go | ||
rpc_handler.go | ||
rpc_request.go | ||
rpc_response.go | ||
rpc_router.go | ||
rpc_server.go | ||
rpc_stream_test.go | ||
rpc_stream.go | ||
rpc_util.go | ||
server.go | ||
subscriber.go | ||
wrapper.go |