
LSocialCore 1.0
Universal social plugin for Minecraft networks
🚀 LSocialCore v1.0.1
📋 What's Fixed:
✅ Eliminated server freezing during player join/quit (20+ second freezes)
✅ Fixed database connection pool exhaustion errors
✅ Converted all GUI operations to async (no more blocking)
✅ Fixed inconsistent cross-server friend/party status detection
✅ Optimized HikariCP settings for high-load servers
🎯 Specific Bug Fixes:
Fixed main thread blocking in getOnlineFriends()
Fixed "HikariPool connection timeout" errors
Fixed Friends GUI showing inconsistent online/offline status
Fixed Party GUI not detecting cross-server members
Added proper connection leak prevention
Added loading messages for better UX
âš¡ Performance Improvements:
Doubled database connection pool size (10→20)
Reduced connection timeout for faster failure recovery
Added emergency performance config section
Converted notification system to async operations
Added graceful fallbacks when network unavailable
🆕 New Features:
Loading messages: "Loading friends menu..." / "Loading party menu..."
Enhanced server info in friend/party tooltips
Automatic fallback to local-only mode if cross-server fails
Connection leak detection and monitoring