tcdl / msb-java

MIT License
6 stars 4 forks source link

Inconsistent acknowledge timeout handling between msb and msb-java #377

Closed alexandr-zolotov closed 7 years ago

alexandr-zolotov commented 7 years ago

msb-java and msb handle differently timeout sent in acknowlege by responder. In JS version requester adjusts timeout after receiving an acknowlege. Java version effectively ignores timeout value from acknowlege.

alexandr-zolotov commented 7 years ago

Fixed in 1.6.1-SNAPSHOT