lipp / lua-websockets

Websockets for Lua.
http://lipp.github.com/lua-websockets/
MIT License
396 stars 113 forks source link

Secure Socket Support for ev clients #98

Closed NovusTheory closed 7 years ago

NovusTheory commented 8 years ago

My last PR had apparently stalled and I'm trying again after doing a fresh fork and revising upon the current working version to get Secure Socket Support for ev clients

side note I changed param name in sync

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.1%) to 90.892% when pulling 53c5fcb7d62b0f9824cc3fe1dc117d4ecb4ef3f7 on NovusTheory:master into 12c593a53f41688008bf74955ddd31d7d5044d70 on lipp:master.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.1%) to 90.892% when pulling 53c5fcb7d62b0f9824cc3fe1dc117d4ecb4ef3f7 on NovusTheory:master into 12c593a53f41688008bf74955ddd31d7d5044d70 on lipp:master.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.4%) to 90.613% when pulling 53c5fcb7d62b0f9824cc3fe1dc117d4ecb4ef3f7 on NovusTheory:master into 12c593a53f41688008bf74955ddd31d7d5044d70 on lipp:master.

NovusTheory commented 8 years ago

@lipp Dang CI and Git, here is Secure Socket Support for ev clients <3

satom99 commented 7 years ago

Was just looking through to implement this, glad you sorted it out. It does not seem to connect after a while though, any idea on this and on when SSL is going to be supported on all variants?

NovusTheory commented 7 years ago

@satom99 I'm unsure when I'll add support for SSL on all variants, however can you describe the issue with not connecting after a while? I would maybe add an issue on my git instead to best tailor

satom99 commented 7 years ago

@NovusTheory It just does not seem to connect and so loop's execution stops after a while and the program dies - being socket's connection the only task added to it. I have seen you at the Discord API guild, we may discuss there - in case am not mistaken.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.1%) to 90.892% when pulling f4c7c32666105f86ac75804418564d2d50a743cd on NovusTheory:master into 12c593a53f41688008bf74955ddd31d7d5044d70 on lipp:master.