Commit 85bab8c8 authored by Ulf Hermann's avatar Ulf Hermann Committed by The Qt Project
Browse files

Protect list of client plugins from concurrent access


Previously the list of client plugins in the QQmlDebugServer could be
accessed concurrently from receiveMessage() and addService() either
when in non-blocking mode, or if the client uses service discovery or
sends additional hello messages after the first one.

Change-Id: I946243957184210d40ebca728143714c341b1226
Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
parent 0b806c3a
No related merge requests found
Showing with 35 additions and 41 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment