aboutsummaryrefslogtreecommitdiffstats
path: root/device/peer.go
diff options
context:
space:
mode:
Diffstat (limited to 'device/peer.go')
-rw-r--r--device/peer.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/device/peer.go b/device/peer.go
index 8006b9f..ac85c94 100644
--- a/device/peer.go
+++ b/device/peer.go
@@ -213,6 +213,8 @@ func (peer *Peer) Start() {
// wait for routines to start
+ // RoutineNonce writes to the encryption queue; keep it alive until we are done.
+ device.queue.encryption.wg.Add(1)
go peer.RoutineNonce()
go peer.RoutineSequentialSender()
go peer.RoutineSequentialReceiver()