Skip to content

Commit

Permalink
no need to process network-state packets in the ui thread
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23157 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 16, 2019
1 parent 4bbf560 commit 7d1a1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/mixins/networkstate_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def init_packet_handlers(self):
"ping_echo": self._process_ping_echo,
"connection-data": self._process_connection_data,
"bandwidth-limit": self._process_bandwidth_limit,
})
}, False)

0 comments on commit 7d1a1c8

Please sign in to comment.