Usman Hussain

Results 5 comments of Usman Hussain

Well you can easily update data by querying Restangular.one('network').one('current_status').one('interfaces').customPUT(data).then(function(res){ console.log(res); //This should going to logs your updated data depending on your REST API. }) Kindly test your API using Postman...

@merlimat I can see the log `Producer created successfully` infact if I log "PULSAR_PRODUCER" I can see the producer is there it show me the address.

@merlimat The strange part is I call PULSAR_PRODUCER.is_connected it logs me True but not sure why it is not able to send a message to PULSAR.

@merlimat Tried with enabling the internal logs, but I can't see any useful information.

This is the last sending message immediately and right after that it stucks and nothing happens and no logs.