Menu

eBus 2.2.1 released.

eBus v. 2.2.1

Major changes:

(None.)

Minor changes:

(None.)

Bug fixes:

+ There is a problem when a remote application has multiple
publishers for the same subject results the local application
opening multiple subscribers for each remote publisher. This
results in the same message being transmitted to each
subscriber and so duplicate messages.
[Bug 3582371]

+ The C# IESubscriber.FeedStatus method is missing the pubCount
parameter which the Java ESubscriber.feedStatus method
contains.
[Bug 3582372]

+ The Java eBus API sets socket buffer byte ordering to little
endian. The C# eBus API sets socket buffer byte ordering to big
endian. They must be brought into agreement in order to
communicate.
[Bug 3582587]

Posted by Charles Rapp 2012-11-03

Log in to post a comment.