Offloads chat message processing to a separate thread from the main game and render loop. This can prevent potential rendering freezes when a chat message is received that performs a long, blocking task, such as retrieving the player's block-list or validating the message signature.
No additional configuration is required.
What's changed:
See all changes: v1.1.0...v1.2.0