모바일 오유 바로가기
http://m.todayhumor.co.kr
분류 게시판
베스트
  • 베스트오브베스트
  • 베스트
  • 오늘의베스트
  • 유머
  • 유머자료
  • 유머글
  • 이야기
  • 자유
  • 고민
  • 연애
  • 결혼생활
  • 좋은글
  • 자랑
  • 공포
  • 멘붕
  • 사이다
  • 군대
  • 밀리터리
  • 미스터리
  • 술한잔
  • 오늘있잖아요
  • 투표인증
  • 새해
  • 이슈
  • 시사
  • 시사아카이브
  • 사회면
  • 사건사고
  • 생활
  • 패션
  • 패션착샷
  • 아동패션착샷
  • 뷰티
  • 인테리어
  • DIY
  • 요리
  • 커피&차
  • 육아
  • 법률
  • 동물
  • 지식
  • 취업정보
  • 식물
  • 다이어트
  • 의료
  • 영어
  • 맛집
  • 추천사이트
  • 해외직구
  • 취미
  • 사진
  • 사진강좌
  • 카메라
  • 만화
  • 애니메이션
  • 포니
  • 자전거
  • 자동차
  • 여행
  • 바이크
  • 민물낚시
  • 바다낚시
  • 장난감
  • 그림판
  • 학술
  • 경제
  • 역사
  • 예술
  • 과학
  • 철학
  • 심리학
  • 방송연예
  • 연예
  • 음악
  • 음악찾기
  • 악기
  • 음향기기
  • 영화
  • 다큐멘터리
  • 국내드라마
  • 해외드라마
  • 예능
  • 팟케스트
  • 방송프로그램
  • 무한도전
  • 더지니어스
  • 개그콘서트
  • 런닝맨
  • 나가수
  • 디지털
  • 컴퓨터
  • 프로그래머
  • IT
  • 안티바이러스
  • 애플
  • 안드로이드
  • 스마트폰
  • 윈도우폰
  • 심비안
  • 스포츠
  • 스포츠
  • 축구
  • 야구
  • 농구
  • 바둑
  • 야구팀
  • 삼성
  • 두산
  • NC
  • 넥센
  • 한화
  • SK
  • 기아
  • 롯데
  • LG
  • KT
  • 메이저리그
  • 일본프로야구리그
  • 게임1
  • 플래시게임
  • 게임토론방
  • 엑스박스
  • 플레이스테이션
  • 닌텐도
  • 모바일게임
  • 게임2
  • 던전앤파이터
  • 마비노기
  • 마비노기영웅전
  • 하스스톤
  • 히어로즈오브더스톰
  • gta5
  • 디아블로
  • 디아블로2
  • 피파온라인2
  • 피파온라인3
  • 워크래프트
  • 월드오브워크래프트
  • 밀리언아서
  • 월드오브탱크
  • 블레이드앤소울
  • 검은사막
  • 스타크래프트
  • 스타크래프트2
  • 베틀필드3
  • 마인크래프트
  • 데이즈
  • 문명
  • 서든어택
  • 테라
  • 아이온
  • 심시티5
  • 프리스타일풋볼
  • 스페셜포스
  • 사이퍼즈
  • 도타2
  • 메이플스토리1
  • 메이플스토리2
  • 오버워치
  • 오버워치그룹모집
  • 포켓몬고
  • 파이널판타지14
  • 배틀그라운드
  • 기타
  • 종교
  • 단어장
  • 자료창고
  • 운영
  • 공지사항
  • 오유운영
  • 게시판신청
  • 보류
  • 임시게시판
  • 메르스
  • 세월호
  • 원전사고
  • 2016리오올림픽
  • 2018평창올림픽
  • 코로나19
  • 2020도쿄올림픽
  • 게시판찾기
  • 게시물ID : programmer_10853
    작성자 : Believer
    추천 : 0
    조회수 : 2191
    IP : 220.69.***.159
    댓글 : 5개
    등록시간 : 2015/06/04 20:42:56
    http://todayhumor.com/?programmer_10853 모바일
    [heroku]node socket.io client가 연결 유지 안됨
    옵션
    • 본인삭제금지
    node-socket.io를 사용해서 간단한 메세지 한개를 만들었습니다.

    로컬의 노드서버, mysql 에서 제 프로그램을 실행할 때는
    소켓io 클라이언트(브라우저)를 한참 방치해도 연결이 끉어지지 않았는데

    heroku라는 서비스를 발견해서 같은 소스를 올려 동작시켰는데 (물론 서버주소와 db주소는 바뀌었음)
    클라이언트의 연결이 일정 시간 방치시 끉어지네요.

    연결이 끉어질 때 브라우저 콘솔에는
    Uncaught TypeError: Cannot read property 'apply' of undefined
    1. 3.Manager.emitAll @ socket.io.js:169
      (anonymous function) @ socket.io.js:558

    2. 169|     this.nsps[nsp].emit.apply(this.nsps[nsp], arguments);
      558|     self.emitAll('reconnect_attempt', self.backoff.attempts);
    라고 나오네요. 아마 재접속이 안된다는 말인..거 같긴한데 잘 모르겠습니다.

    그냥 클라이언트만 끉어지면 그나마 감사하겠지만 서버도 함께 멈춰줍니다 ;;

    다음은 heroku logs 내용입니다.

    2015-06-04T11:16:58.105477+00:00 heroku[web.1]: State changed from crashed to starting
    2015-06-04T11:17:00.204512+00:00 heroku[web.1]: Starting process with command `node index.js`
    2015-06-04T11:17:02.276879+00:00 app[web.1]: Recommending WEB_CONCURRENCY=1
    2015-06-04T11:17:02.276856+00:00 app[web.1]: Detected 512 MB available memory, 512 MB limit per process (WEB_MEMORY)
    2015-06-04T11:17:03.875109+00:00 heroku[web.1]: State changed from starting to up
    2015-06-04T11:17:05.275511+00:00 heroku[router]: at=info method=GET path="/" host=rocky-basin-3981.herokuapp.com request_id=c8004c67-8e32-4c4b-8976-8831c0bee368 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=1ms service=24ms status=200 bytes=31612
    2015-06-04T11:17:05.749416+00:00 heroku[router]: at=info method=GET path="/socket.io/socket.io.js" host=rocky-basin-3981.herokuapp.com request_id=01fe0a3e-5ca1-4144-a2ff-351b48290e2c fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=2ms service=5ms status=304 bytes=85
    2015-06-04T11:17:05.770545+00:00 heroku[router]: at=info method=GET path="/images/desktop/bg_gaussian55.jpg" host=rocky-basin-3981.herokuapp.com request_id=d60cc8f4-28b6-4a86-9aad-e8aad501b07c fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=1ms service=6ms status=304 bytes=237
    2015-06-04T11:17:05.763083+00:00 heroku[router]: at=info method=GET path="/images/desktop/bg_normal.jpg" host=rocky-basin-3981.herokuapp.com request_id=4eacb399-bad3-488d-8a03-42e5b2654cfd fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=3ms service=9ms status=304 bytes=238
    2015-06-04T11:17:05.769827+00:00 heroku[router]: at=info method=GET path="/images/taskbar/task_view.png" host=rocky-basin-3981.herokuapp.com request_id=4695edb7-82cf-48e9-8970-898dcdd38535 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=1ms service=3ms status=304 bytes=234
    2015-06-04T11:17:05.768798+00:00 heroku[router]: at=info method=GET path="/images/taskbar/search.png" host=rocky-basin-3981.herokuapp.com request_id=bc035d2a-e4ff-4989-b951-6099de8670ab fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=1ms service=8ms status=304 bytes=235
    2015-06-04T11:17:05.775214+00:00 heroku[router]: at=info method=GET path="/images/taskbar/start_op0.png" host=rocky-basin-3981.herokuapp.com request_id=ef4af6b5-268d-4915-b29d-780e2f550d87 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=5ms service=9ms status=304 bytes=234
    2015-06-04T11:17:06.058822+00:00 heroku[router]: at=info method=GET path="/socket.io/?EIO=3&transport=polling&t=1433416627819-0" host=rocky-basin-3981.herokuapp.com request_id=6f02b705-1ffb-4925-82b6-579d37109c44 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=2ms service=21ms status=200 bytes=306
    2015-06-04T11:17:06.331742+00:00 heroku[router]: at=info method=GET path="/socket.io/?EIO=3&transport=polling&t=1433416628106-1&sid=t6d_42nqQnVZsWpLAAAA" host=rocky-basin-3981.herokuapp.com request_id=2c81b77e-20fe-4908-a697-3c37be9bfd0b fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=1ms service=5ms status=200 bytes=208
    2015-06-04T11:17:06.754888+00:00 heroku[router]: at=info method=POST path="/socket.io/?EIO=3&transport=polling&t=1433416628515-3&sid=t6d_42nqQnVZsWpLAAAA" host=rocky-basin-3981.herokuapp.com request_id=37a3312d-40c7-49a9-8b6e-015f66f29f38 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=1ms service=17ms status=200 bytes=267
    2015-06-04T11:17:06.757564+00:00 heroku[router]: at=info method=GET path="/socket.io/?EIO=3&transport=polling&t=1433416628381-2&sid=t6d_42nqQnVZsWpLAAAA" host=rocky-basin-3981.herokuapp.com request_id=1a5da7c1-4cf4-4053-8c2e-4fee8848fbd1 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=2ms service=156ms status=200 bytes=402
    2015-06-04T11:17:06.757954+00:00 app[web.1]: user - t6d_42nqQnVZsWpLAAAA / open app - 헹의에슐가 롑흔리나 : 네이버 블로그
    2015-06-04T11:17:07.125780+00:00 heroku[router]: at=info method=GET path="/socket.io/?EIO=3&transport=polling&t=1433416628813-4&sid=t6d_42nqQnVZsWpLAAAA" host=rocky-basin-3981.herokuapp.com request_id=8019942e-33e0-4df4-8ae6-919a644d8ace fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=6ms service=84ms status=200 bytes=207
    2015-06-04T11:17:07.069991+00:00 heroku[router]: at=info method=GET path="/images/window/xblack2.png" host=rocky-basin-3981.herokuapp.com request_id=538292b3-3802-4e43-b393-094e7abf2038 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=4ms service=26ms status=304 bytes=234
    2015-06-04T11:17:08.752922+00:00 heroku[router]: at=info method=GET path="/images/window/xwhite.png" host=rocky-basin-3981.herokuapp.com request_id=9c207387-4017-40d4-9a99-51596767def6 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=2ms service=10ms status=304 bytes=234
    2015-06-04T11:17:22.532481+00:00 heroku[router]: at=info method=GET path="/images/taskbar/task_view_hover.png" host=rocky-basin-3981.herokuapp.com request_id=66eff144-0362-4301-a17f-9434ba4ce43c fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=1ms service=13ms status=200 bytes=383
    2015-06-04T11:17:28.739395+00:00 heroku[router]: at=info method=GET path="/images/taskbar/start_op0_hover.png" host=rocky-basin-3981.herokuapp.com request_id=9814ab85-4c60-43e9-90fd-d48e7cf753fb fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=1ms service=13ms status=200 bytes=694
    2015-06-04T11:18:13.388740+00:00 app[web.1]: events.js:85
    2015-06-04T11:18:13.388746+00:00 app[web.1]:       throw er; // Unhandled 'error' event
    2015-06-04T11:18:13.388748+00:00 app[web.1]:             ^
    2015-06-04T11:18:13.388750+00:00 app[web.1]: Error: Connection lost: The server closed the connection.
    2015-06-04T11:18:13.388752+00:00 app[web.1]:     at Protocol.end (/app/node_modules/mysql/lib/protocol/Protocol.js:103:13)
    2015-06-04T11:18:13.388754+00:00 app[web.1]:     at Socket.emit (events.js:129:20)
    2015-06-04T11:18:13.388753+00:00 app[web.1]:     at Socket.<anonymous> (/app/node_modules/mysql/lib/Connection.js:102:28)
    2015-06-04T11:18:13.388756+00:00 app[web.1]:     at _stream_readable.js:908:16
    2015-06-04T11:18:13.388758+00:00 app[web.1]:     at process._tickCallback (node.js:355:11)
    2015-06-04T11:18:13.402278+00:00 heroku[router]: at=info method=GET path="/socket.io/?EIO=3&transport=websocket&sid=t6d_42nqQnVZsWpLAAAA" host=rocky-basin-3981.herokuapp.com request_id=0a6e07f1-156d-477e-a22a-4e8b23905798 fwd="[본삭금 아이피 삭제]" dyno=web.1 connect=4ms service=66624ms status=101 bytes=129
    2015-06-04T11:18:14.328647+00:00 heroku[web.1]: Process exited with status 1
    2015-06-04T11:18:16.854123+00:00 heroku[web.1]: Starting process with command `node index.js`
    2015-06-04T11:18:14.348078+00:00 heroku[web.1]: State changed from up to crashed
    2015-06-04T11:18:14.348968+00:00 heroku[web.1]: State changed from crashed to starting
    2015-06-04T11:18:18.844058+00:00 app[web.1]: Detected 512 MB available memory, 512 MB limit per process (WEB_MEMORY)
    2015-06-04T11:18:18.844077+00:00 app[web.1]: Recommending WEB_CONCURRENCY=1
    2015-06-04T11:18:20.561713+00:00 heroku[web.1]: State changed from starting to up
    2015-06-04T11:19:12.951849+00:00 app[web.1]:       throw er; // Unhandled 'error' event
    2015-06-04T11:19:12.951843+00:00 app[web.1]: events.js:85
    2015-06-04T11:19:12.951854+00:00 app[web.1]:     at Protocol.end (/app/node_modules/mysql/lib/protocol/Protocol.js:103:13)
    2015-06-04T11:19:12.951851+00:00 app[web.1]:             ^
    2015-06-04T11:19:12.951852+00:00 app[web.1]: Error: Connection lost: The server closed the connection.
    2015-06-04T11:19:12.951856+00:00 app[web.1]:     at Socket.<anonymous> (/app/node_modules/mysql/lib/Connection.js:102:28)
    2015-06-04T11:19:12.951857+00:00 app[web.1]:     at Socket.emit (events.js:129:20)
    2015-06-04T11:19:12.951858+00:00 app[web.1]:     at _stream_readable.js:908:16
    2015-06-04T11:19:12.951860+00:00 app[web.1]:     at process._tickCallback (node.js:355:11)
    2015-06-04T11:19:13.812421+00:00 heroku[web.1]: State changed from up to crashed
    2015-06-04T11:19:13.796931+00:00 heroku[web.1]: Process exited with status 1
    2015-06-04T11:20:51.595972+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=rocky-basin-3981.herokuapp.com request_id=fea65ef4-034f-4f4f-8fd4-23b7e9dbe7b7 fwd="[본삭금 아이피 삭제]"
     dyno= connect= service= status=503 bytes=



    별거 하는 일 없는 서버코드
    ---------------------------
    var S_PORT = process.env.PORT || 5000;
    var mysql = require('mysql'),
    express = require('express'),
    app = express(),
    server = require('http').createServer(app);
    app.use(express.static(__dirname + '/public'));
    var io = require('socket.io').listen(server);

    var db = mysql.createConnection({
        host: process.env.DB_HOST,
        port: 3306,
        user: process.env.DB_USER,
        database: process.env.DB_NAME,
        password: process.env.DB_PASSWORD
    });
    db.connect(function(err){
        if (err) console.log(err)
    });
    server.listen(S_PORT);
    app.get('/', function (req, res) {
    res.sendFile(__dirname + '/index.html');
    });

    var findApp = function(data, callback){
    var query = db.query('select * from appList where app_id = '+mysql.escape(data) ,function(err,rows){
    callback(rows);
    });
    }
    io.sockets.on('connection', function(socket){
    socket.on('open app', function(data) {
    findApp(data, function(row){
    socket.emit('open window',row);
    console.log('user -',socket.id ,'/ open app -',row[0].app_name);
    });
    });
    }); 


    클라이언트 socket.io 부분 코드
    -----------------------------
    var send = document.getElementById("new-window");
    send.addEventListener('click', function(){
        socket.emit('open app', '2');
    });
    socket.on('open window',function(data) {
        createWindow(data);
    });


    node도 처음 heroku도 처음이라서 어디서 디버그 해야 할 지 혼란스럽네요.
    로컬에선 잘 돌아갔는데 차이라면 https? 왜 소켓연결이 끉어지고 서버가 죽을까요...
    출처 https://rocky-basin-3981.herokuapp.com/

    이 게시물을 추천한 분들의 목록입니다.
    푸르딩딩:추천수 3이상 댓글은 배경색이 바뀝니다.
    (단,비공감수가 추천수의 1/3 초과시 해당없음)

    죄송합니다. 댓글 작성은 회원만 가능합니다.

    번호 제 목 이름 날짜 조회 추천
    23458
    [KOCCA] 2024 게임콘텐츠 제작지원 이용자평가 체험단모집 장파랑 24/11/26 16:56 287 0
    23457
    [한국콘텐츠진흥원] 2024 게임콘텐츠 제작지원 이용자평가 이용자 모집 장파랑 24/11/18 14:02 356 0
    23456
    [한국콘텐츠진흥원] 2024 게임콘텐츠 제작지원 이용자평가 이용자 모집 장파랑 24/10/28 18:24 817 0
    23455
    논문 읽는 사람들을 위한 문서 번역 서비스 rWhale 24/10/10 13:06 1102 2
    23453
    로또번호 [2] 까망사투리 24/09/19 11:10 1556 2
    23452
    AI와 함께가는 코딩 업계 [1] 펌글 우가가 24/09/02 22:19 1952 9
    23451
    Switch문 도배된 2100줄 짜리 함수 [3] 펌글 우가가 24/08/26 22:37 1842 4
    23450
    개인정보 수집 없는 이미지 리사이즈 사라밍 24/08/23 20:31 1343 0
    23449
    디자인 패턴의 템플릿 메소드 패턴 실무 적용 사례 써니썬 24/08/23 16:47 1354 1
    23448
    TMDB API Key 얻을 때 동의하게 되는 면책 및 포기 조항 우가가 24/08/18 16:07 1370 1
    23447
    펌) 아무튼 개쩌는 번역기를 국내기술로 개발완료 했다는 소식 [1] 펌글 우가가 24/08/15 17:30 1629 2
    23446
    쿠팡 가격 변동 추적 알림 서비스 피드백 요청 (제발) 창작글펌글 애오옹 24/08/10 14:30 1526 0
    23445
    넥사크로 17.1 관련 [2] 본인삭제금지 나르하나 24/08/01 12:30 1570 0
    23444
    개밯자 의자에 머리받침 없어 [1] 까망사투리 24/07/25 13:32 1899 1
    23443
    안드로이드 EditText 리스너 연동 문의드립니다. - 해결됨 [1] 창작글 상사꽃 24/07/01 17:47 1834 2
    23442
    펌) 파이어폭스 엔진이 신인 이유 [1] 펌글 우가가 24/06/30 23:25 2412 2
    23441
    예전에는 함수 하나에 대한 기능에 고민을 많이 했는데.. ssonacy 24/05/21 09:45 2208 0
    23440
    c++ 에서 DB 쿼리문처럼 사용할 방법이 있을까요? [8] 상사꽃 24/05/19 11:10 2352 0
    23439
    쉬운 배터리 알림 창작글 언젠가아자 24/05/14 10:47 2500 0
    23438
    아후 서터레스 [1] NeoGenius 24/04/02 17:52 2189 1
    23436
    로또 [3] 까망사투리 24/03/11 15:53 2834 4
    23434
    copilot 기업유료버전 intelliJ에 붙여서 쓰고있는데 지리네요 안녕월드 24/02/22 00:15 2861 0
    23433
    코딩마을 대나무숲 [6] cocoa 24/02/20 14:50 3027 5
    23432
    (질문) 프로그래머분들은 싱글PC게임 레벨제한 풀수 있죠?? [23] 본인삭제금지 할배궁디Lv2 24/02/13 13:36 3030 1
    23431
    Freemium NeoGenius 24/02/13 13:23 2487 0
    23429
    부산에서 프로그래머 구인하는데 연봉 6천에서 8천 작은건가 [3] 폴팡 24/02/04 20:50 3347 1
    23427
    chatgpt? bard? [4] 별빛러브 24/01/25 06:24 2628 0
    23426
    Next.js로 만들어봤어요~ [2] 창작글 sonnim 24/01/24 12:52 2843 3
    23425
    Spring Boot 공부하기 - 한국투자증권 오픈API 호출 옐로우황 24/01/21 17:51 2869 1
    23424
    파이썬 코딩 관련해서 질문드립니다. [5] 투투나 24/01/08 09:49 2950 0
    [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [다음10개▶]
    단축키 운영진에게 바란다(삭제요청/제안) 운영게 게시판신청 자료창고 보류 개인정보취급방침 청소년보호정책 모바일홈