浏览代码

DYBASEAPI SDK Auto Released By pianzuo.zj,Version:1.40.2

Signed-off-by: yixiong.jxy <yixiong.jxy@alibaba-inc.com>
yixiong.jxy 7 年之前
父节点
当前提交
635e107a46
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 3 0
      ChangeLog.txt
  2. 0 1
      services/dybaseapi/mns/queue.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2018-11-20 Version: 1.40.2
+1, Fix Compatibility Problems
+
 2018-11-20 Version: 1.40.1
 1, Add MNS STS Token Query API
 2, Add MNS Minimal Package

+ 0 - 1
services/dybaseapi/mns/queue.go

@@ -160,6 +160,5 @@ func buildHttpRequest(request requests.AcsRequest, singer auth.Signer) (httpRequ
 }
 
 func (queue *Queue) Shutdown() {
-	queue.signer.Shutdown()
 	queue.isRunning = false
 }