{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":698545384,"defaultBranch":"master","name":"MessageChannel","ownerLogin":"LucasZhanye","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-09-30T08:27:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/103245663?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696062547.0","currentOid":""},"activityList":{"items":[{"before":"8a060b3548ccfb0bb0799f39c7b08331db2c7164","after":"0bf8c6336bb3972b315d238550f6ae655df800af","ref":"refs/heads/master","pushedAt":"2023-12-26T14:34:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"fix($core): Fixed the problem that the ack timeout processing method cannot obtain the correct group.\n Simplify the publish-subscribe structure and remove rabbitmq’s exchange binding.","shortMessageHtmlLink":"fix($core): Fixed the problem that the ack timeout processing method …"}},{"before":"3d12c8858c80819541c17ca4233d50a2cb5cf6d0","after":"8a060b3548ccfb0bb0799f39c7b08331db2c7164","ref":"refs/heads/master","pushedAt":"2023-12-09T08:11:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"feat($core): Update the front-end files of the admin page and complete the corresponding API interface function","shortMessageHtmlLink":"feat($core): Update the front-end files of the admin page and complet…"}},{"before":"fe3cfaf1a20c8f481d2ba34c33c36f2bef5f9264","after":"3d12c8858c80819541c17ca4233d50a2cb5cf6d0","ref":"refs/heads/master","pushedAt":"2023-11-17T15:25:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"Create LICENSE","shortMessageHtmlLink":"Create LICENSE"}},{"before":"586678e77268dd46f85f0703ce73343bb2cd87ae","after":"fe3cfaf1a20c8f481d2ba34c33c36f2bef5f9264","ref":"refs/heads/master","pushedAt":"2023-11-17T15:07:59.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"Merge branch 'master' of github.com:LucasZhanye/MessageChannel","shortMessageHtmlLink":"Merge branch 'master' of github.com:LucasZhanye/MessageChannel"}},{"before":"3e952ced90631638c3d0aefb2efdd2025615d401","after":"586678e77268dd46f85f0703ce73343bb2cd87ae","ref":"refs/heads/master","pushedAt":"2023-11-08T03:26:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"Create LICENSE","shortMessageHtmlLink":"Create LICENSE"}},{"before":"7dbc1f985886c825c4797dd3a44d00a2e0ab5b0c","after":"3e952ced90631638c3d0aefb2efdd2025615d401","ref":"refs/heads/master","pushedAt":"2023-11-07T06:13:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"fxi($core): Fix null pointer exception in client manager remove method,remove random string from client name\nfeat($core): Provides an API interface to view subscriptions and clients, add unsubscription interface and synchronous publishing interface\nrefactor($pkg): Refactor response protocol design","shortMessageHtmlLink":"fxi($core): Fix null pointer exception in client manager remove metho…"}},{"before":"7a3ae849d19781035e8d62e0bfb03d1eaf2f5d16","after":"7dbc1f985886c825c4797dd3a44d00a2e0ab5b0c","ref":"refs/heads/master","pushedAt":"2023-10-31T05:53:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"fix($core): repair client's command handler ReplyPool release problem","shortMessageHtmlLink":"fix($core): repair client's command handler ReplyPool release problem"}},{"before":"921ab26a5a00b3e3fba4f7b6b8ce3cc06bcbc9be","after":"7a3ae849d19781035e8d62e0bfb03d1eaf2f5d16","ref":"refs/heads/master","pushedAt":"2023-10-30T03:32:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"fix($core): repair client's command handler ReplyPool release problem","shortMessageHtmlLink":"fix($core): repair client's command handler ReplyPool release problem"}},{"before":"7301963bcf0339dbd7a1d649e346d9ea12ada6e6","after":"921ab26a5a00b3e3fba4f7b6b8ce3cc06bcbc9be","ref":"refs/heads/master","pushedAt":"2023-10-30T02:43:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"feat($core): add rabbitmq engine, and accomplish publish and subscribe, design an ack manager,client manager\n\nAdd client manager to control client info and subscription.\nClient accomplish some command: connect, publish, subscribe, ack.\nAdd rabbitmq engine to accomplish really publish/subscribe.\nAdd subscription manager to control all subscription, for the admin web which will finish next time.\nAdd vendor to manager third party package, and modify github.com/muesli/cache2go for my demand.","shortMessageHtmlLink":"feat($core): add rabbitmq engine, and accomplish publish and subscrib…"}},{"before":null,"after":"7301963bcf0339dbd7a1d649e346d9ea12ada6e6","ref":"refs/heads/master","pushedAt":"2023-09-30T08:29:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"LucasZhanye","name":null,"path":"/LucasZhanye","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/103245663?s=80&v=4"},"commit":{"message":"feat($core): init commit,add base framework\n\nCreate core component: node,client,server. Default transport use websocket.\nThis commit set up a base framework, it contains logger, command line function etc.","shortMessageHtmlLink":"feat($core): init commit,add base framework"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0yNlQxNDozNDo0MS4wMDAwMDBazwAAAAPSMoV3","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0yNlQxNDozNDo0MS4wMDAwMDBazwAAAAPSMoV3","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0zMFQwODoyOTowNy4wMDAwMDBazwAAAAOMVqy6"}},"title":"Activity · LucasZhanye/MessageChannel"}