Menu

eBus v. 2.2.2

eBus v. 2.2.2

Major changes:

(None.)

Minor changes:

(None.)

Bug fixes:

+ The feed information and subscription information data
structures got out of sync so that an ESubscriber.feedStatus
(Java) / IESubscriber.FeedStatus (C#) callbacks would have a
true feedStatus but a zero pubCount. This was due to the
subscription information not being initialized correctly with
the current publisher set.
[Bug 3596137]

+ The Java net.sf.eBus.net package was overly synchronized. This
was corrected by making volatile
net.sf.eBus.net.AsyncChannel._channel,
AsyncServerSocket._openFlag, and AsyncSocket._state.
[Bug 3594318]

+ Removed Java net.sf.eBus.net.AsyncChannel.isNetIORunning() and
stopNetIO() methods and made startNetIO() protected. The
selector thread is now started automatically but the net
package.

Posted by Charles Rapp 2012-12-16

Log in to post a comment.