micro/codec
Vasiliy Tolstov 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
..
bytes fix import paths for v2 release 2020-01-30 14:44:40 +03:00
grpc fix import paths for v2 release 2020-01-30 14:44:40 +03:00
json fix import paths for v2 release 2020-01-30 14:44:40 +03:00
jsonrpc fix import paths for v2 release 2020-01-30 14:44:40 +03:00
proto fixes for safe conversation and avoid panics (#1213) 2020-02-18 23:05:38 +00:00
protorpc fixes for safe conversation and avoid panics (#1213) 2020-02-18 23:05:38 +00:00
text fix import paths for v2 release 2020-01-30 14:44:40 +03:00
codec.go fixes for safe conversation and avoid panics (#1213) 2020-02-18 23:05:38 +00:00