Ban Management

Ban Management

193k Downloads

BmAPI Issue

Nokoa opened this issue ยท 2 comments

commented

When using BmAPI like this
"CloseableIterator b = BmAPI.getBanRecords(BmAPI.getPlayer(target));"

then doing

"b.close()"

The connection seems to remain open, am I doing something wrong, or is it a problem with BmAPI. How would I use it?>

commented

By connection, do you mean database connection? BM uses a pool, so it'll open as many connections as the max limit in the config allows.

commented

Closed due to lack of response