1
0
Files
electrum/lib
Neil Booth c64e0c0e64 Send requests only from the interface thread.
Currently requests are sent from the requestor's thread.  The lock is
not properly held where necessary so this is not thread-safe.  For example
it can race with the thread stopping and closing the socket the
requestor is trying to use to send with.

Resolve such races by having send_request() simply queue the requests,
which are asynchronously sent from the interface thread itself.
2015-05-05 21:36:34 +09:00
..
2015-02-17 15:01:06 +01:00
2015-04-11 11:41:02 -04:00
2015-04-28 08:58:33 +02:00
2015-02-24 19:32:59 +01:00
2015-04-30 17:33:29 +02:00
2015-04-02 10:00:07 +02:00
2015-04-09 19:29:53 +02:00
2015-05-02 15:12:00 +02:00
2015-03-14 09:37:56 +01:00
2015-04-24 21:26:08 +02:00
2015-05-02 16:29:41 +02:00
2015-05-02 16:26:27 +02:00