xmlBlaster-org / xmlBlaster

XmlBlaster is an event driven messaging middleware which you can use to integrate your new and existing software components inside your company and between different companies.
http://xmlblaster.org
GNU Lesser General Public License v2.1
7 stars 1 forks source link

Async connect when in async mode (useful for android) #1

Closed b3nn0 closed 3 years ago

b3nn0 commented 4 years ago

When in Async mode, we shouldn't call socket connect synchronously. This will omit the socket connect call and instead connects as polling and lets the worker thread connect. Advantage: we can also connect when we don't have an internet connection, xmlBlaster will handle the connecting when possible. Queues are initialized even without internet.