micro/api
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
..
handler fixes for safe conversation and avoid panics (#1213) 2020-02-18 23:05:38 +00:00
internal/proto Further consolidate the libraries 2019-06-03 18:44:43 +01:00
proto fix import paths for v2 release 2020-01-30 14:44:40 +03:00
resolver fix import paths for v2 release 2020-01-30 14:44:40 +03:00
router fix import paths for v2 release 2020-01-30 14:44:40 +03:00
server add tls config to server (#1202) 2020-02-15 15:10:26 +00:00
api_test.go Further consolidate the libraries 2019-06-03 18:44:43 +01:00
api.go fix import paths for v2 release 2020-01-30 14:44:40 +03:00