Skip to content
  • LNJ's avatar
    Fix lag when changing chat (#205) · bc071e8c
    LNJ authored
    This also does some clean up and restructuring of the deployment of the
    `chatPartner` property to the ClientThread (MessageHandler) and MessageModel.
    
    Before, a thread-safe function of the ClientThread was used, so the mutex of it
    blocked the GUI, when the client thread was busy in this moment.
    bc071e8c