License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
Brian Tiger Chow 2014-12-14 16:37:42 -08:00
parent 9a85f8fa72
commit 5b5ece07ba

View File

@ -23,7 +23,7 @@ func NewSessionGenerator(
net: net,
rs: rs,
seq: 0,
ctx: ctx,
ctx: ctx, // TODO take ctx as param to Next, Instances
cancel: cancel,
}
}