1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
58598d0fe0 fixes for safe conversation and avoid panics (#1213)
* fixes for safe convertation

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* fix client publish panic

If broker connect returns error we dont check it status and use
it later to publish message, mostly this is unexpected because
broker connection failed and we cant use it.
Also proposed solution have benefit - we flag connection status
only when we have succeseful broker connection

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>

* api/handler/broker: fix possible broker publish panic

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2020-02-18 23:05:38 +00:00
4b4ad68eb9 Change Publication to Event 2019-07-07 12:44:09 +01:00
2cd2258731 For the legacy 2019-01-18 10:12:57 +00:00
9adebfcf1e rename method to endpoint 2019-01-10 21:25:31 +00:00
f853f88bcd gofmt 2019-01-10 20:35:20 +00:00
c086c33bb3 remove codecs 2019-01-10 09:42:02 +00:00
6e0e4a684c Further crufting 2019-01-09 19:28:13 +00:00
d004c9624b Add router modifications 2019-01-09 16:20:57 +00:00
4cb41721f1 further codec changes 2019-01-08 15:38:25 +00:00
71d717a06d strip doc.go files 2016-12-14 15:41:48 +00:00
d306559d8f Nitpick Headers to Header 2016-01-28 18:11:13 +00:00
c5a08d3159 Some nitpicking 2015-12-02 01:38:56 +00:00
335bb66797 Reduce verbosity of the codec interface 2015-11-28 20:09:07 +00:00
654728027b Updated codec interface and code. Painful stuff 2015-11-28 11:22:29 +00:00
f49922f6b3 experimental codec branch 2015-11-27 00:17:36 +00:00