sohelmk

Results 9 comments of sohelmk

Hi @darryncampbell , We forked the plugin to add the two methods we needed, but we are unable to use startForeground service. It does not show any error either. Here...

Thanks @darryncampbell , yes i tried startService, did not work...no error etc in log... I also tried following but could not compile as could not find android support class ContextCompat...

Thanks @darryncampbell issue resolved, it needs SDK level > 26 to work. So it is not working on some phones. Trying to see if we can check this in code...

Thanks a lot @darryncampbell we will try and update, but its good to hear that you think its possible.

Great work Kairen, geth working despite the http errors, but i could not get eth-stats dashboard working...is there an pre-req for agents to connect to eth-stats? Thanks, Sohel

I checked the sample scripts, is it that MQTT connection is supposed to be used for pub-sub samplers?. Are number of connections dependent on how many pub, sub samplers are...

Thanks a lot Devender, but these examples are not for native queries. Can you please redirect to an example with native query? for eg : code looks as follows: var...

Here is relevent scala code: Entity class: @Entity @Table(name = "groups", schema = "cedb@cassandra_pu") class GroupDO{ @Id @Column(name = "group_id") var gid: UUID = UUID.randomUUID @Column(name = "group_name") var gname:...

And the CQL of group table CREATE TABLE IF NOT EXISTS groups (group_id UUID, group_name TEXT,description TEXT, group_account TEXT, group_image blob,access_type TEXT,labels set, created_timestamp Timestamp, created_by UUID,updated_timestamp Timestamp, updated_by UUID...