ribasco / async-gamequery-lib

A high-performance java game query library designed for steam/source based games and others
https://ribasco.github.io/async-gamequery-lib/
Apache License 2.0
125 stars 27 forks source link

Fix blocking query example #167

Closed wwisser closed 1 year ago

wwisser commented 1 year ago

SourceQueryClient#getInfo(address) returns CompletableFuture<SourceQueryInfoResponse>, therefore getResult() is required to retrieve the SourceServer object from the response.

ribasco commented 1 year ago

Thank you!