Jonathan Turner 9 lat temu
rodzic
commit
8d08c269ba
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      client/session.go

+ 1 - 0
client/session.go

@@ -19,6 +19,7 @@ type Session struct {
 
 
 //Enable the automatic renewal for the client's TGT session.
 //Enable the automatic renewal for the client's TGT session.
 func (cl *Client) EnableAutoSessionRenewal() {
 func (cl *Client) EnableAutoSessionRenewal() {
+	// TODO look into using a context here
 	go func() {
 	go func() {
 		for {
 		for {
 			//Wait until one minute before endtime
 			//Wait until one minute before endtime