nithril / smtp-connection-pool

SMTP Connection Pool
Apache License 2.0
47 stars 19 forks source link

Release 1.2.3 version? #14

Closed wryel closed 6 years ago

wryel commented 6 years ago

Any date to release 1.2.3 version to resolve issues from SmtpConnectionFactory#validateObject,activateObject,passivateObject,destroyObject that uses .isConnected() method?

nithril commented 6 years ago

Could you be more specific on the issue?

wryel commented 6 years ago

In version 1.2.2 multiple calls were being made in the method (many times for log only). On slow connections, this method takes time to return. I forked the project with the intention of fixing but when opening the code I noticed that the problem is already solved in the current snapshot version.

nithril commented 6 years ago

Thanks, I understand better your initial post. The 1.2.3 is released, it will be available in a couple of hours in maven central.