陆柯 luk.lu
  • Joined on 2021-07-04
luk.lu pushed to main at npm/wo-base-netinfo 2024-09-22 07:47:02 +00:00
766dae2407 ignore *nogit* and *nosf*
luk.lu pushed to main at npm/wo-base-messenger 2024-09-22 07:46:57 +00:00
dbd0e0b13f ignore *nogit* and *nosf*
luk.lu pushed to main at npm/wo-base-fileloader 2024-09-22 07:46:53 +00:00
0c789837eb ignore *nogit* and *nosf*
luk.lu pushed to main at npm/wo-base-envar 2024-09-22 07:46:47 +00:00
94fa5915b3 ignore *nogit* and *nosf*
luk.lu pushed to main at npm/wo-base-deployer 2024-09-22 07:46:44 +00:00
5e5be31303 ignore *nogit* and *nosf*
luk.lu pushed to main at npm/tic-traction 2024-09-22 07:46:02 +00:00
5d23f2efa1 ignore *nogit* and *nosf*
luk.lu pushed to main at npm/tic-crypto 2024-09-22 07:45:56 +00:00
43b9bd6898 ignore *nogit* and *nosf*; 似乎 hash_to_sig_distance 用的还是之前的 BigNumber,现在是失效的,重新改写。
luk.lu pushed to main at npm/sysconfig 2024-09-22 07:42:45 +00:00
4f1b5809e0 ignore *nogit* and *nosf*
luk.lu pushed to main at npm/wo-base-envar 2024-09-21 03:42:09 +00:00
6939fed6e2 add start_watching({interval}) parameter
luk.lu pushed to main at npm/wo-base-websocket-server 2024-09-21 03:22:02 +00:00
b983278a17 small updates
luk.lu pushed to main at npm/wo-user-websocket-uniapp 2024-09-21 03:21:49 +00:00
4df2c12997 standardize console.log format
luk.lu pushed to main at npm/wo-base-envar 2024-09-21 03:18:04 +00:00
0092627935 use assign-deep instead of deepmerge; add start_watching to reload dynamic envar files on file change.
luk.lu pushed to main at npm/wo-base-websocket-server 2024-09-20 11:07:36 +00:00
e88d063184 save commid to socket in addition to usid
luk.lu pushed to main at npm/wo-user-websocket-uniapp 2024-09-19 03:16:53 +00:00
fa2251861b sendObject: add _passtoken automatically
luk.lu pushed to main at npm/wo-user-toolkit-uniapp 2024-09-19 03:13:37 +00:00
c256153822 rename _clid to clid
luk.lu pushed to main at npm/wo-base-websocket-server 2024-09-19 03:13:29 +00:00
a33572c240 rename _clid to clid
luk.lu pushed to main at npm/wo-base-websocket-server 2024-09-19 03:10:31 +00:00
cbd5f5feb1 removeUserSocket to delete socket.usid, not delete socket.skid
luk.lu pushed to main at npm/wo-base-websocket-server 2024-09-18 05:10:42 +00:00
7c58dfacbb 添加了 appkey 作为 sendToOne 的判断依据
luk.lu pushed to main at npm/wo-user-toolkit-uniapp 2024-09-18 05:10:12 +00:00
192de36036 uni.setStorageSync('_passtoken/uni_id_token/_clid') automatically for callBase() calls
luk.lu pushed to main at npm/wo-user-websocket-uniapp 2024-09-18 02:18:40 +00:00
61e441b596 千辛万苦一整天多发现一个隐蔽bug: uni.connectSocket 返回后,socket 很可能并未 open,导致这期间的 sendObject({skevent:'SOCKET_OWNER'}) 会静悄悄失败,导致后台的 socket.skid/usid 并未被正确记录。通过设置 messageQueue 来解决了这个问题。