summaryrefslogtreecommitdiff
path: root/meta/3rd
diff options
context:
space:
mode:
authorGowa2017 <33367355+Gowa2017@users.noreply.github.com>2022-01-04 00:17:54 +0800
committerGowa2017 <33367355+Gowa2017@users.noreply.github.com>2022-01-04 00:17:54 +0800
commit8a4d25025850b0dceb992c1b82f9295fecc517ff (patch)
tree638105d142e381f34c136a5e92a9f4b312a01665 /meta/3rd
parent308819a71e38e5ba05bcca4940b03e167360b3f5 (diff)
downloadlua-language-server-8a4d25025850b0dceb992c1b82f9295fecc517ff.zip
just not need a error impl
Diffstat (limited to 'meta/3rd')
-rw-r--r--meta/3rd/skynet/library/skynet/socketchannel.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/3rd/skynet/library/skynet/socketchannel.lua b/meta/3rd/skynet/library/skynet/socketchannel.lua
index dfeeb207..a1c39bb5 100644
--- a/meta/3rd/skynet/library/skynet/socketchannel.lua
+++ b/meta/3rd/skynet/library/skynet/socketchannel.lua
@@ -2,11 +2,6 @@
---socket channel 在创建时,并不会立即建立连接。如果你什么都不做,那么连接建立会推迟到第一次 request 请求时。这种被动建立连接的过程会不断的尝试,即使第一次没有连接上,也会重试。
---@class socketchannel
local socket_channel = {}
-socket_channel.error = setmetatable({}, {
- __tostring = function()
- return "[Error: socket]"
- end,
-})
---创建一个新的套接字频道
---返回结构: