You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2022. It is now read-only.
After updating to iOS 10.2 my build failed with the same compile time error.
The build works fine again if you add #import <sys/socket.h> to ChromeSocketsTcpServer.m.
So I guess this import is required for the latest iOS version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It was working well several months ago, but now the build for ios failed with this error:
Plugins/org.chromium.sockets.tcpserver/ChromeSocketsTcpServer.m:268:60: error: use of undeclared identifier 'SOMAXCONN'
socket->_backlog = [NSNumber numberWithInteger:SOMAXCONN];
1 error generated.
The text was updated successfully, but these errors were encountered: