Commit Graph

878 Commits

Author SHA1 Message Date
godotg eb6e062152 Merge pull request #56 from jincieryi/patch-1
Update ProtocolAnalysis.java
2023-04-10 16:41:54 +08:00
jincieryi e2f4514e7b Update ProtocolAnalysis.java
描述有误
2023-04-10 15:42:07 +08:00
godotg fe97e9f0fb Merge pull request #55 from myzjy/main
json websocket attachmentId whether  isEmpty
2023-04-09 21:50:42 +08:00
zjy c90367d221 Merge remote-tracking branch 'origin/main' 2023-04-09 11:49:43 +08:00
zjy c51cb3e557 fix [net] json websocket attachmentId whether isEmpty 2023-04-09 11:43:44 +08:00
godotg 6abf4d4350 feat[ts]: support typescript Long.ts and Longbits.ts 2023-04-09 11:20:45 +08:00
godotg 87f9c969d4 update 2023-04-09 11:14:48 +08:00
godotg 3f2be35cf6 fix[ws]: json webSocket codec support attachmnt 2023-04-09 09:58:25 +08:00
godotg 2bafe86bb5 fix[ws]: json webSocket codec support attachmnt 2023-04-09 09:53:04 +08:00
godotg 3c5b9d1b88 perf[protocol]: typescript protocol template 2023-04-08 21:46:59 +08:00
godotg 25351f24e9 chore[zk]: comment 2023-04-08 17:05:24 +08:00
godotg adcb1c93c0 fix[resource]: use classpath* to solve the problem that some resources cannot be loaded 2023-04-08 17:01:15 +08:00
godotg 84b8d20e95 Merge remote-tracking branch 'origin/main' 2023-04-08 16:54:21 +08:00
godotg ef2847aa64 fix[resource]: use classpath* to solve the problem that some resources cannot be loaded 2023-04-08 16:54:02 +08:00
godotg cb6c72a78b perf[buffer]: use readSlice instead of readRetainedSlice 2023-04-04 17:45:47 +08:00
godotg 2be5f3f267 Merge remote-tracking branch 'origin/main' 2023-04-02 17:08:53 +08:00
godotg a25cac4646 doc[zfoo]: update doc 2023-04-02 17:08:39 +08:00
godotg 78c373531e chore[net]: rename id to sid 2023-03-30 10:15:02 +08:00
godotg 3128a27571 perf[net]: negative signalId and sid are allowed 2023-03-29 17:28:21 +08:00
godotg 7281034136 fix[reflect]: confusing argument 'null', unclear if a varargs or non-varargs call is desired 2023-03-29 15:13:04 +08:00
godotg f994b974d4 test[map]: update tree map comment 2023-03-26 14:22:40 +08:00
godotg c4d495eab5 test[map]: fix test 2023-03-26 12:37:23 +08:00
godotg d681ffc356 perf[consistent]: use ArrayList insteadof LinkedList 2023-03-26 12:26:31 +08:00
godotg 626e96f0f3 feat[map]: add primitive int-long tree map 2023-03-26 11:53:30 +08:00
godotg 3e26ce4a77 perf[balancer]: use AtomicReferenceArray insteadof ConcurrentHashMap to store consumer 2023-03-26 10:56:50 +08:00
godotg fe2319c72b perf[session]: use local atomic variables 2023-03-25 18:47:47 +08:00
godotg a0c624127d chore[storage]: update version 2023-03-25 18:26:57 +08:00
godotg bbd3b92346 perf[storage]: remove unused code 2023-03-25 18:22:39 +08:00
godotg c521ce159f perf[session]: use high-performance segment locks to store session maps 2023-03-25 16:32:28 +08:00
godotg 9931633601 perf[session]: use high-performance segment locks to store session maps 2023-03-25 16:21:54 +08:00
godotg 8dfced4da1 feat[map]: fast concurrent segment lock 2023-03-25 16:18:42 +08:00
godotg 2b2083fe80 feat[map]: fast concurrent segment lock 2023-03-25 15:44:14 +08:00
godotg 2b0ce755bd feat[map]: fast concurrent segment lock 2023-03-25 14:48:03 +08:00
sun ad845b77a3 feat[storage]: support primitive int-object and long-object storage 2023-03-25 10:34:30 +08:00
godotg 951e0ce133 feat[storage]: support primitive int-object and long-object storage 2023-03-24 22:54:44 +08:00
godotg 02af867305 perf[uid]: optimize the judgment of uid 2023-03-23 15:45:03 +08:00
godotg f61e1e5793 Merge pull request #54 from 631221182/dev-pr
fix[session]: gatewaySession授权UID问题
2023-03-23 15:43:19 +08:00
lixue ac42e4423e gatewaySession授权UID问题 2023-03-23 15:37:56 +08:00
godotg c9121312f4 Merge pull request #53 from zaoaz/main
fix[net]:修正一致性hash uid判断
2023-03-22 16:29:27 +08:00
zaoaz 546408bc2a fix[net]:修正一致性hash uid判断 2023-03-22 16:02:12 +08:00
godotg 703b0ce6eb doc[zfoo]: update doc 2023-03-19 20:11:37 +08:00
godotg ee09c3a84e chore[session]: code comments 2023-03-16 11:55:15 +08:00
sun f1384e6779 feat[event]: support virtual thread api 2023-03-13 19:33:21 +08:00
sun abe8356fc0 Merge remote-tracking branch 'origin/main' 2023-03-13 16:05:37 +08:00
sun ece2876e4a doc[zfoo]: doc 2023-03-13 16:05:24 +08:00
godotg 46cb952382 feat[event]: support virtual thread api 2023-03-11 20:00:54 +08:00
godotg e95074463f feat[event]: support virtual thread api 2023-03-11 14:57:20 +08:00
godotg 5702650159 feat[event]: support virtual thread api 2023-03-11 14:12:13 +08:00
godotg 4c98f97684 feat[event]: support virtual thread api 2023-03-10 14:27:41 +08:00
godotg da9cb5f608 ref[event]: rename IEvent threadId method name to executorHash 2023-03-08 12:00:04 +08:00