pubnub / c-core

PubNub for C and C-like platforms build home
Other
45 stars 57 forks source link

'Select' limitation #175

Open k-wasniowski opened 10 months ago

k-wasniowski commented 10 months ago

Hey ! I am encountering an issue in which once my application reach 1024 open FD, and i am trying to open pubnub connection i am getting crash due to select in 'pbpal_resolv_and_connect_socket'. Do you have any plans for implementing epoll support?

Xavrax commented 10 months ago

Hello @k-wasniowski! We haven't planned to prepare epoll support in the C-core SDK but I will ask about it, investigate a little and let you know what can be done. If you have any suggestions - they're always welcomed.