📢 채팅 websocket 진행 사항
<웹소켓 접속 방법>
주소: wss://demo.alphapeople.me/ws/user
아규먼트: token (GraphQL 호출시 보내는 토큰과 동일)
아규먼트: token (GraphQL 호출시 보내는 토큰과 동일)
<새 메시지 알림>
topic: "chat:#{chat_id}"
event: "msg_created"
payload: :id, :user_id, :type, :content, :sent_at, :sent_by_me 포함
event: "msg_created"
payload: :id, :user_id, :type, :content, :sent_at, :sent_by_me 포함
<안 읽은 메시지 카운트>
구현중
Comments & Events
소켓 주소가 wss://demo.alphapeople.me/ws/user 로 바뀌었습니다.
김기범