We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9908732 commit 1af1f50Copy full SHA for 1af1f50
lib/resty/websocket/client.lua
@@ -36,7 +36,7 @@ then
36
end
37
38
local _M = new_tab(0, 13)
39
-_M._VERSION = '0.08'
+_M._VERSION = '0.09'
40
41
42
local mt = { __index = _M }
lib/resty/websocket/protocol.lua
@@ -34,7 +34,7 @@ end
34
local _M = new_tab(0, 5)
35
_M.new_tab = new_tab
local types = {
lib/resty/websocket/server.lua
@@ -27,7 +27,7 @@ local tostring = tostring
27
28
29
local _M = new_tab(0, 10)
30
31
32
33
0 commit comments