Skip to content

Commit

Permalink
blocking sockets seem to work OK
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@9164 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Apr 27, 2015
1 parent 8f45add commit 241a301
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xpra/server/proxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ def do_start_proxy():
#now we can go back to using blocking sockets:
self.set_socket_timeout(client_conn, None)
client_conn.set_active(True)
#maybe this is safe to enable?
#self.set_socket_timeout(server_conn, None)
self.set_socket_timeout(server_conn, None)

assert uid!=0 and gid!=0
message_queue = MQueue()
Expand Down

0 comments on commit 241a301

Please sign in to comment.