Branch: refs/heads/master Home: https://github.com/btcsuite/btcrpcclient Commit: 77baeb8d7959628bf113a9cde2e052a5be785227 https://github.com/btcsuite/btcrpcclient/commit/77baeb8d7959628bf113a9cde2e052a5be785227 Author: Josh Rickmar <[email protected]> Date: 2015-06-15 (Mon, 15 Jun 2015)
Changed paths:
M infrastructure.go
Log Message:
-----------
Fix data race.
This synchronizes access to the (*Client).disconnect channel, which
may change during reconnects.
Fixes #54.
