IBM-Blockchain-Archive/marbles

Event hub not getting disconnected in invoke_cc.js

Open

#151 opened on 2017年9月29日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)JavaScript (996 forks)batch import
bughelp wanted

Repository metrics

Stars
 (1,036 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

Eventhub is not getting disconnected in invoke_cc.js invoke_chaincode().

Once after transaction event is notified or failed/timedout, the Eventhub has to be disconnected.

This is leading SSL socket leak (i.e socket which is used to connect Eventhub) and causing NODE.JS app not getting exited properly.

コントリビューターガイド