JabberHTTPBind 1.1.1
A quick one: Just uploaded JabberHTTPBind 1.1.1. It contains a little fix for a problem with connections using DNS SRV records (like connecting to gmail.com).
A quick one: Just uploaded JabberHTTPBind 1.1.1. It contains a little fix for a problem with connections using DNS SRV records (like connecting to gmail.com).
Hi Steve,
This was the last correspondence we had about a bug in JabberHttpBind, in March 2008.
******************************************************************
#
Steve Kommentar by Steve | 2008/04/23 at 10:44:23
Madhuri, you’re totally right, this is a bug. Access to session objects needs to be synchronized at this point. Guess I’ll have to rework this… (explains some strange behavior I’ve been noticing)
*******************************************************************
Any update on session object synchronization? I would appreciate if you could let me know status of this one.
Thanks,
Madhuri
Madhuri, I’m very sorry, I still haven’t fixed this issue. Unfortunately I’m still very busy with other things (”all work and no play …”). I’ll do my best to fix this ASAP.
Cheers, -Steve
Speaking of concurrency and clocking threads, is there a special reason why not to use ConcurrentHashMap instead of Hashtable for storing the sessions?
Maty, besides I don’t know ConcurrentHashMap I’m pretty sure there isn’t ![]()