STEAMCORE 1.5.1.7

GENERAL

  • Fixed a crash when shutting down the application with a async function in flight
  • Removed AsyncTimeout from Plugin Settings as it was no longer used
  • Removed Logging from Plugin Settings as it was no longer used, see Logging example how to enable logging for the plugin
  • All Async functions now have a timeout parameter that you can set, this timeout value determines the maximum amount of time a function will run until its cancelled if we don’t get a callback from Steam

STEAMCORE 1.5.1.4

GENERAL

  • Added two new utility functions
    String to Bytes
    Bytes to String

MATCHMAKING

  • Removed bUseLobbiesIfAvailable parameter to “Create SteamCore Session”, the function will now use “bUsesPresence” instead”

NETWORKING

  • Fixed ReadP2PPacket to take in a MessageSize parameter and also use the correct channel