Disabled websocket transport protocol as forced

parent 19086f8e
Showing with 2 additions and 1 deletions
...@@ -12,7 +12,8 @@ String.prototype.hashCode = function() { ...@@ -12,7 +12,8 @@ String.prototype.hashCode = function() {
return hash; return hash;
}; };
io.sails.transports=['websocket']; // Force transport protocol for websockets
// io.sails.transports=['websocket'];
// Creamos el módulo dashboardControllers, de donde colgarán todos los controladores // Creamos el módulo dashboardControllers, de donde colgarán todos los controladores
var dashboardControllers = angular.module('dashboardControllers', ['dashboardConfig']); var dashboardControllers = angular.module('dashboardControllers', ['dashboardConfig']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment