Closed
Description
local ws = require('http.websocket')
local socket = ws.new_from_uri('wss://gateway.discord.gg')
print( socket:connect(15) )
-- nil starttls: Invalid argument 22
After a fresh Lua and luarocks installation this error occurs. Probably has to do with cqueues but posting here just in case.
EDIT: Seems to work fine on Ubuntu, this error is proven to fire on Debian.
Also, after installing using luarocks, the module is eventually named after http_0_1_0-http and not http as expected.
Metadata
Metadata
Assignees
Labels
No labels