micro/api/handler
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
..
api fix import paths for v2 release 2020-01-30 14:44:40 +03:00
broker fixes for safe conversation and avoid panics (#1213) 2020-02-18 23:05:38 +00:00
cloudevents fix import paths for v2 release 2020-01-30 14:44:40 +03:00
event fix import paths for v2 release 2020-01-30 14:44:40 +03:00
file Further consolidate the libraries 2019-06-03 18:44:43 +01:00
http fix import paths for v2 release 2020-01-30 14:44:40 +03:00
registry fix import paths for v2 release 2020-01-30 14:44:40 +03:00
rpc parse url encoded form in rpc handler (#1183) 2020-02-11 11:27:16 +00:00
udp Further consolidate the libraries 2019-06-03 18:44:43 +01:00
unix Further consolidate the libraries 2019-06-03 18:44:43 +01:00
web fix import paths for v2 release 2020-01-30 14:44:40 +03:00
handler.go Further consolidate the libraries 2019-06-03 18:44:43 +01:00
options.go fix import paths for v2 release 2020-01-30 14:44:40 +03:00