You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/backend/src/modules/web/WebServerService.js
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -254,17 +254,6 @@ class WebServerService extends BaseService {
254
254
255
255
constcontext=Context.get();
256
256
socketio.on('connection',(socket)=>{
257
-
/**
258
-
* Starts the web server and associated services.
259
-
*
260
-
* This method is responsible for starting the web server and its associated services. It first initializes the middlewares and routes for the server, then begins the server with the specified HTTP port. If the specified port is not available, it will try to find an available port within a range.
261
-
*
262
-
* @returns {Promise} A promise that resolves when the server is started.
0 commit comments