Calling directly into sequence.
diff --git a/single_sequencer.go b/single_sequencer.go
index a4a49c8..fc410c9 100644
--- a/single_sequencer.go
+++ b/single_sequencer.go
@@ -20,6 +20,7 @@
 }
 
 func (this *SingleProducerSequencer) Publish(sequence int64) {
+	// this.cursor.Store(sequence)
 	this.cursor[0] = sequence
 }