File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -365,10 +365,6 @@ studio.internal = (function(proto) {
365365 return lastInfo . name ;
366366 } ;
367367
368- this . setIsStructureFetched = function ( value ) {
369- structureFetched = value ;
370- } ;
371-
372368 this . isStructureFetched = function ( ) {
373369 return structureFetched ;
374370 } ;
@@ -788,7 +784,7 @@ studio.internal = (function(proto) {
788784 console . log ( "Socket close: " + reason ) ;
789785
790786 setTimeout ( function ( ) {
791- console . log ( "Trying to reconnect" ) ;
787+ console . log ( "Trying to reconnect" , appUrl ) ;
792788 socket = new WebSocket ( appUrl ) ;
793789 handler = new proto . Handler ( socket , notificationListener ) ;
794790 handler . onContainer = handleIncomingContainer ;
@@ -797,7 +793,6 @@ studio.internal = (function(proto) {
797793 socket . onclose = onClosed ;
798794 socket . onmessage = onMessage ;
799795 socket . onerror = onError ;
800- systemNode . setIsStructureFetched ( false ) ;
801796 } , 3000 ) ;
802797 } ;
803798
Original file line number Diff line number Diff line change 11{
22 "name" : " cdp-client" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " A simple Javascript interface for the CDP Studio development platform that allows Javascript applications to interact with" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments