Aditya Nugur

Results 10 comments of Aditya Nugur

Hi, Thanks for the great library. I don't see any development branch and was wondering if there's any support for concurrent Modbus client or any work done for supporting it...

Hi, I am actually sending simple read vendor name request. yes, I am reading one property at a time so both my read request and response are not too big....

Hi, I just looked into the docs and vendor mentioned it to be of type "BACnetARRAY Sequence of Unsigned". Since the code is multi-threaded and has callbacks it's hard to...

Respected Sir, I still face thread starving issue. I tried with spin=0.01 and 0.005. I even started with enable_sleeping before calling core.run(). Still I get results for all devices only...

Respected Sir, Sorry for late reply. I did test it like a few months ago when I found that with this implementation it would take about 5-6 seconds for 5...

I figured out that I had 2 devices with the same addresses due to which I was receiving a malformed JSON. Json parser library fails and gets stuck indefinitely when...

One of my colleagues helped me trace out that [this commit](https://github.com/buger/jsonparser/commit/52c6e1462ebdfb4f59765ca13bd8fa1c31b1d7eb) on Oct 23,2018 broke the functioning. master versions before it could handle my test case without blocking. Thanks, Aditya

will this be merged soon?

Hi bm64, Omg, thank you so much for the prompt response. I have 2 issues: 1) webpage crashing: I see the webpage sometimes working fine for more than 15 minutes...