Benjamin Sergeant

Results 110 comments of Benjamin Sergeant

I briefly looked at the fork of @seanstone, looks interesting. If you feel it could be made nice/clean, and be merged one day please make a PR.

Thanks for the PR. Can you update the formatting to match the project style ?

Thanks for contributing, I'm fine with this change (it's always convenient to disable some stuff, but keep the default safe), but it would be best if you could change the...

Sorry I missed your update, will take a look soon.

I believe the problem is that your os cannot send the data fast enough, so the TCP flow control kick and the socket isn't marked as 'writable' anymore. In theory...

You can try to disable the zlib compression that might help.

You could try to change the socket send buffer size to something bigger, that will mean patching ixwebsocket. I'm not really sure it will change much but it's worth a...

Are you doing a static build of your code on linux ? There is a know problem with dns resolution (actually it's a bit different, it leads to a segfault...

I was gonna suggest to try with OpenSSL, but if the problem is during DNS resolution/connection, maybe it won't help. I would still give it a try in lack of...