1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-18 08:26:38 +02:00
go-micro/server
Ak-Army 1515db5240
Fix stream eos error (#2716)
* [fix] etcd config source prefix issue (#2389)

* http transport data race issue (#2436)

* [fix] #2431 http transport data race issue

* [feature] Ability to close connection while receiving.
Ability to send messages while receiving.
Icreased r channel limit to 100 to more fluently communication.
Do not dropp sent request if r channel is full.

* [fix] Do not send error when stream send eos header, just close the connection

* [fix] Do not overwrite the error in http client

---------

Co-authored-by: Johnson C <chengqiaosheng@gmail.com>
2024-07-02 13:06:14 +01:00
..
mock v5 2024-06-04 21:40:43 +01:00
proto v5 2024-06-04 21:40:43 +01:00
context.go feat: add test framework & refactor RPC server (#2579) 2022-10-20 13:00:50 +02:00
extractor_test.go v5 2024-06-04 21:40:43 +01:00
extractor.go v5 2024-06-04 21:40:43 +01:00
handler.go fix: struct field alignment (#2632) 2023-04-26 02:16:34 +02:00
options.go v5 2024-06-04 21:40:43 +01:00
rpc_codec_test.go v5 2024-06-04 21:40:43 +01:00
rpc_codec.go v5 2024-06-04 21:40:43 +01:00
rpc_event.go v5 2024-06-04 21:40:43 +01:00
rpc_events.go v5 2024-06-04 21:40:43 +01:00
rpc_handler.go v5 2024-06-04 21:40:43 +01:00
rpc_helper.go v5 2024-06-04 21:40:43 +01:00
rpc_request.go v5 2024-06-04 21:40:43 +01:00
rpc_response.go v5 2024-06-04 21:40:43 +01:00
rpc_router.go v5 2024-06-04 21:40:43 +01:00
rpc_server.go Fix stream eos error (#2716) 2024-07-02 13:06:14 +01:00
rpc_stream_test.go v5 2024-06-04 21:40:43 +01:00
rpc_stream.go v5 2024-06-04 21:40:43 +01:00
rpc_util.go fix: struct field alignment (#2632) 2023-04-26 02:16:34 +02:00
server.go v5 2024-06-04 21:40:43 +01:00
subscriber.go v5 2024-06-04 21:40:43 +01:00
wrapper.go fix: some linting issues (#2563) 2022-09-30 16:27:07 +02:00