question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug Sequential de-queuing

See original GitHub issue

Problem

  • (X) bug report => please search github for a similar issue or PR and test Modbus problems with the modbus-serial package before submitting
  • ( ) unexpected behavior => please visit the Wiki before

Current behavior Blocking serial messages on Timeout and sequential queue.

Expected behavior It should not block the queue and every response should release with error if blocked.

Minimal reproduction of the problem with instructions

  1. serial device request per unit-id with connection and without
  2. send requests to them id by id
  3. timeout or reconnect will appear
  4. “sequential dequeue command not possible” error

Your Environment

Please tell us about your environment:

  • ( ) I am using just the Node-RED package and got modbus-serial package installed with it
  • ( ) I have installed modbus-serial package global from source (using git clone)
  • ( ) I have installed modbus-serial as a global package (using npm i -g)

Yes, modbus-serial is the name but it does all, TCP and Serial. The node-modbus package is just for the Modbus Server node.

  • Device :

    • ( ) macOS: v
    • (X ) Linux: v
    • ( ) Windows: v
    • ( ) Raspbian: v
    • ( ) Other:
      • Name:
      • Version:
  • Description of the connecting Modbus system:

    • Name : Node RED
    • Version: v1.0.3
    • Vendor :
    • Link : https://
  • node-red-contrib-modbus version: v5.10.1

  • Node: (min. x.x) node --version = v12.2.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mastrikGitcommented, May 26, 2020

@biancode Thanks for fast fix. Uptime is more than 24hrs after update and no errors appear

1reaction
mastrikGitcommented, May 24, 2020

Updated, set setting as you suggest. Will write back tomorrow with results.

Thank you for fast replies!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bug Sequential de-queuing · Issue #202 - GitHub
( ) I have installed modbus-serial as a global package (using npm i -g). Yes, modbus-serial is the name but it does all,...
Read more >
7 Troubleshooting Oracle Database Advanced Queuing
When using the Oracle Database Advanced Queuing navigation option, you must reset the dequeue position by using the FIRST_MESSAGE option if you want...
Read more >
Bug with std::deque? - c++ - Stack Overflow
I looked up the implementation of deque and see under "Iterator Validity" the following (emphasis mine):. Iterator validity If the erasure ...
Read more >
sequential job requeing - Deadline 7 Bug Reports - AWS Thinkbox ...
Currently, if a slave is working on a job and then doesn't find a task for that job on the next dequeue, it...
Read more >
Can't Dequeue Queue of Enum - Possible Bug - NI Community
When trying to Dequeue TestStand Enums from a TestStand Queue, I get a type mismatch error. A demo sequence is attached. I have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found