본문 바로가기
  • 행복하게 오래오래 개발자로 살아가기
Old/NODE.JS

websocket connection to failed unexpected response code 503

by yundev 2013. 10. 30.
반응형

io.configure(function () {

  io.set("transports", ["xhr-polling"]);

  io.set("polling duration", 10);

});


.js 파일에 삽입한다.

반응형