mattleibow/square-bindings

socket failed: EMFILE (Too many open files)

Closed this issue · 0 comments

Hello

When i use okHttpClient.NewCall(rquest).Execute() many time(973 time), i getting the following exception:
Java.Net.SocketException: socket failed: EMFILE (Too many open files)

My sample code below:
SocketException.zip

Thandks.