vapour
Results
1
issues of
vapour
when need destroy the connection,i use the code below: ``` name : 'rpc-eureca.io', create : function(callback) { console.log('create'); var client = new Eureca.Client({uri:'http://ns.xxx.com/', transport:'sockjs'}); client.ready(function (serverProxy) { callback(null, {instance:client, proxy:serverProxy});...