LavalinkNodeConnection is cached before a successful connection is made
Created by: Kriste00
Summary
The LavaLinkExtention
will cache a LavalinkNodeConnection
even if the connection to the socket was not successful.
Details
Example: Line 53: The connection is not cached. Line 59: The connection gets put into the cache. Line 60: The connection fails (Network issue, ect)
Bug: The connection is still in the cache and will be returned on the next ConnectAsync
call.