-
Fields Field Description com.github.alex1304.jdash.client.GDClientBuilder.DEFAULT_MAX_CONNECTIONS
-
Methods Method Description com.github.alex1304.jdash.client.GDClientBuilder.buildAuthenticated(String, String) com.github.alex1304.jdash.client.GDClientBuilder.withMaxConnections(int) Limiting max connections is no longer supported. It caused too many issues as it involved having a fixed pool of connections. Reactor netty has a bug that causes the pool to break and make requests become indefinitely stuck at trying to acquire a connection.
GDClientBuilder.buildAuthenticated(Credentials)
instead which builds the authenticated client asynchronously.