David Baird

Results 40 comments of David Baird

Hey David, this is a known issue- easywsclient does not support SSL connections. There are some forks however, that have added SSL and you may want to use what they...

I don't have any strong contenders yet, but I am looking at Mozilla NSS for the moment just to get it started, and planning to make it be optional. Open...

@srini-murthy, the lack of wss support is a limitation of the current design of easywsclient. You can do what some other people have done, like @donpillou above or what @ahtsiu...

@kivatek - First of all, thank you for your contribution. A few comments for your code: (1) Can you fold this into the mainline code files (rather than as separate...

@kivatek - very good work, this looks great. Can you merge your work into the mainline code? I.e., vs2008/easywsclient.cpp -> easywsclient.cpp, vs2008/easywsclient.hpp -> easywsclient.hpp, et al. Then squash the commits...

See pull requests #16 and #17 for candidate windows support.

Accepted pull request #19, which adds support for Winsock in MSVC.

There's no reason; It's just an arbitrary limit. I merged #77 to increase the limit, and I'm open to pull request to make it configurable limit.

Not a solution yet: But if I could find a way to let `cmake_external` inherit file descriptors, then a wrapper Makefile would hypothetically get me to a usable workaround, where...