File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11build 
22node_modules 
3- 
43modules 
Original file line number Diff line number Diff line change 11{
22  "name" : " @codebolt/codeboltjs" 
3-   "version" : " 1.1.71 " 
3+   "version" : " 1.1.72 " 
44  "description" : " " 
55  "keywords" : [],
66  "author" : " " 
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class cbws {
1515        const  uniqueConnectionId  =  this . getUniqueConnectionId ( ) ; 
1616        const  initialMessage  =  this . getInitialMessage ( ) ; 
1717        console . log ( uniqueConnectionId ) 
18-         this . websocket  =  new  WebSocket ( `ws://localhost:${ process . env . SOCKET_PORT } ${ uniqueConnectionId }  ) ; 
18+         this . websocket  =  new  WebSocket ( `ws://localhost:${ process . env . SOCKET_PORT } ${ uniqueConnectionId } ${ process . env . Is_DEV  ?  '&dev=true'  :  '' }  ) ; 
1919        this . initializeWebSocket ( initialMessage ) . catch ( error  =>  { 
2020            console . error ( "WebSocket connection failed:" ,  error ) ; 
2121        } ) ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments