Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 391d5e4a014c28e94329fb5dca3b475565ded613
      
https://github.com/btcsuite/btcd/commit/391d5e4a014c28e94329fb5dca3b475565ded613
  Author: Jonathan Gillham <jongill...@users.noreply.github.com>
  Date:   2016-04-06 (Wed, 06 Apr 2016)

  Changed paths:
    M server.go

  Log Message:
  -----------
  server: Stop main loop from blocking when RPC server is not running.

When the RPC server is not running a buffered transaction notification

channel fills and eventually blocks.  This commit ensures that the

channel continues to be drained irrespective of the RPC server status.


Reply via email to