Longi94 / JavaSteam

Java library that provides an interface to directly interact with Valve's Steam servers.
MIT License
96 stars 20 forks source link

Use GetCMListForConnect and allow WebSockets in default protocols #281

Closed LossyDragon closed 1 month ago

LossyDragon commented 2 months ago

Description

Replace GetCMList with GetCMListForConnect for a list of Connection Managers Allow WebSockets as a detault protocol connection Update SmartCMServerList Update tests with missing test methods

(also removed useless null checking in AsyncJob)

Checks 1402 off PR in #181 Checks 1420 off PR in #181 Checks 1422 off PR in #181

Checklist