KoenLav / cordova-plugin-chrome-apps-sockets-tcp

Other
16 stars 16 forks source link

chrome.sockets.tcp.setNoDelay on iOS #12

Open aitordnb opened 6 years ago

aitordnb commented 6 years ago

Hello there!

I'd like to know, is the project still in development?

Thanks!

KoenLav commented 6 years ago

We are actively using this plugin in production and have not found any issues.

I welcome any PRs fixing bugs.

aitordnb commented 6 years ago

Hello again,

In particular, I've encountered problems with chrome.sockets.tcp.setNoDelay on iOS. Checking the original repo for the plugin, it appears that it was mentioned back in 2014, but with no news ever since. Could it be possible to implement it at the current state of the plugin?

Thanks for your time!

KoenLav commented 6 years ago

I guess this will point you in the right direction, but you will need to implement it yourself:

https://stackoverflow.com/questions/12007299/how-to-set-tcp-nodelay-in-gcdasyncsocket

aitordnb commented 6 years ago

Thanks! I will try to, but I'm not sure if I'm able to do that by myself. Thanks again!