|
|
a7ff64fdbd
|
redisClient에서 redisUri로 변경
|
2023-09-06 19:16:24 +09:00 |
|
|
|
db3b0c8d08
|
NewWebsocketHandler에 redisClient를 받음
|
2023-09-06 19:13:34 +09:00 |
|
|
|
26e968f7c9
|
wshandler에서 직접 state를 쓰는 코드 제거
|
2023-09-01 11:29:51 +09:00 |
|
|
|
58de9a3f0c
|
wshandler config 수정
|
2023-08-31 20:57:17 +09:00 |
|
|
|
e88df26ed7
|
wshandler도 session.Consumer로 교체
|
2023-08-30 18:23:19 +09:00 |
|
|
|
6bae78a282
|
noauth에 인증 패스
|
2023-08-23 23:02:14 +09:00 |
|
|
|
a5b7e11964
|
종료시 콜백 호출
|
2023-08-12 19:30:33 +09:00 |
|
|
|
4e69b5b9fb
|
sender callback 등록 함수 추가
|
2023-08-12 19:26:16 +09:00 |
|
|
|
05478f54ae
|
sender에 DisconnectedCallbacks추가
|
2023-08-12 19:18:22 +09:00 |
|
|
|
b88bcff389
|
게스트 타입 추가
|
2023-08-11 19:00:12 +09:00 |
|
|
|
0f1aeccde0
|
종료시 wsconn.Close 호출
|
2023-08-10 11:19:02 +09:00 |
|
|
|
bdfc8082a2
|
entireAlias 다시 제거
|
2023-08-08 17:20:45 +09:00 |
|
|
|
1a7df89c47
|
다시 count 제거
|
2023-08-06 12:41:47 +09:00 |
|
|
|
6f9f791f02
|
room 인원을 count에 저장
|
2023-08-06 12:28:11 +09:00 |
|
|
|
d6738b2b70
|
alias만으로도 메시지를 보낼 수 있다.
|
2023-08-06 11:49:17 +09:00 |
|
|
|
165d75a21f
|
Update wshandler.go
|
2023-08-03 10:13:51 +09:00 |
|
|
|
f6441a9b4c
|
html escape 비활성화
|
2023-08-02 16:21:34 +09:00 |
|
|
|
b501160efc
|
nosession을 noauth로 교체
|
2023-08-01 14:17:47 +09:00 |
|
|
|
1dff16a86e
|
sh mainloop도 waitgroup에 추가
|
2023-07-28 09:40:53 +09:00 |
|
|
|
8ea2a698ce
|
종료시 컨넥션 정리
|
2023-07-27 21:55:28 +09:00 |
|
|
|
854084d819
|
alias utf-8 변환
|
2023-07-27 21:31:18 +09:00 |
|
|
|
112e037f4d
|
commandtype 이름 변경
|
2023-07-19 16:38:44 +09:00 |
|
|
|
e0e911f9e7
|
Squashed commit of the following:
commit 29b2f25850
Author: mountain <mountain@action2quare.com>
Date: Wed Jul 19 09:33:37 2023 +0900
타입 이름 변경
commit 256bfd030c
Author: mountain <mountain@action2quare.com>
Date: Wed Jul 19 09:31:01 2023 +0900
redison 추가
commit 72a683fed2
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 19:51:24 2023 +0900
gob에 []any 추가
commit 89fa9e4ac5
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 17:45:12 2023 +0900
write control 수정
commit d724cc84fa
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 17:38:04 2023 +0900
redis pubsub 채널 이름에 디비 인덱스 추가
commit 8df248fa54
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 17:20:47 2023 +0900
close를 writecontrol로 변경
commit 40a603522d
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 12:21:06 2023 +0900
conn에 msg를 쓰는 쓰레드 단일화
commit c21017d2cd
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 11:08:38 2023 +0900
redis call이 문제가 아니었음
commit 82abcddb49
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 11:04:15 2023 +0900
잦은 redis call 회피
commit 289af24a8f
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 09:55:18 2023 +0900
room create 메시지 전송
commit 4b35e0e638
Author: mountain <mountain@action2quare.com>
Date: Tue Jul 18 09:45:27 2023 +0900
EventReceiver 인터페이스 추가
commit 29843802ff
Author: mountain <mountain@action2quare.com>
Date: Mon Jul 17 17:45:40 2023 +0900
gob 등록
commit 66aea48fb7
Author: mountain <mountain@action2quare.com>
Date: Sun Jul 16 18:39:11 2023 +0900
채널간 publish marshalling을 gob으로 변경
commit 8f6c87a8ae
Author: mountain <mountain@action2quare.com>
Date: Sun Jul 16 16:37:02 2023 +0900
redis option을 copy로 변경
commit f0f459332d
Author: mountain <mountain@action2quare.com>
Date: Sat Jul 15 17:08:33 2023 +0900
wshandler에서 authcache제거하고 config 포맷 변경
|
2023-07-19 09:35:25 +09:00 |
|
|
|
269fa0f870
|
connection 도 room을 알고 있게 됨
|
2023-07-13 17:06:45 +09:00 |
|
|
|
522bd4a597
|
go version 1.20 올림
|
2023-07-13 15:40:12 +09:00 |
|
|
|
74829b93ac
|
tag 추가
|
2023-07-11 15:26:13 +09:00 |
|
|
|
4acb81a20d
|
message body를 any로 변경
|
2023-07-11 14:30:10 +09:00 |
|
|
|
9fd0dd00cb
|
mesasge에 태그 추가
|
2023-07-11 12:57:57 +09:00 |
|
|
|
d7b26608df
|
타입 미스매치 수정
|
2023-07-11 12:31:35 +09:00 |
|
|
|
a42eb2888e
|
commandMessage를 private으로 만듬
|
2023-07-11 09:56:04 +09:00 |
|
|
|
3bb985d0b6
|
MessageReceiver signature 숮어
|
2023-07-11 09:36:21 +09:00 |
|
|
|
8598d59ab4
|
receiver 함수를 region 별로 분리
|
2023-07-10 13:04:45 +09:00 |
|
|
|
1f668586f2
|
wshandler reciever 함수 추가 수정
|
2023-07-10 12:50:27 +09:00 |
|
|
|
550374ef6f
|
rpc 패키지 추가
|
2023-07-10 09:42:34 +09:00 |
|
|
|
b85d271efe
|
SendCloseMessage 추가
|
2023-07-06 20:37:32 +09:00 |
|
|
|
ba746d03fa
|
local channel로 먼저 message를 보내봄
|
2023-07-06 17:30:57 +09:00 |
|
|
|
20803c67ed
|
SendUpstreamMessage 추가
|
2023-07-06 16:47:36 +09:00 |
|
|
|
5dc9d4dca4
|
소켓 메세지 수신 함수 등록 타이밍 수정
|
2023-07-06 14:29:53 +09:00 |
|
|
|
4bdd72152e
|
receiver 이동
|
2023-07-06 14:18:11 +09:00 |
|
|
|
8c94fc6e29
|
소켓 종료 처리
|
2023-07-06 13:07:57 +09:00 |
|
|
|
2b54d69b9e
|
receiver 타입 변경
|
2023-07-06 12:35:39 +09:00 |
|
|
|
7ef3e68d16
|
GetState 함수 추가
|
2023-07-06 00:01:45 +09:00 |
|
|
|
822681bf74
|
close func를 밖으로 옮김
|
2023-07-05 22:26:57 +09:00 |
|
|
|
edd2f7aab5
|
방에 메세지를 브로드캐스팅하는 기능 추가
|
2023-07-05 11:27:44 +09:00 |
|
|
|
0d8752e661
|
flag 자체 구현
|
2023-06-21 14:13:30 +09:00 |
|
|
|
abddf26379
|
wshandler 추가
|
2023-05-24 15:59:58 +09:00 |
|