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
Even we are using it and this change forces us to do a lot more code changes. Though, we can compile POCO using POCO_SILENCE_DEPRECATED to suppress this warning. But this will be our last resort as this not only suppresses for Socket::select, but for others APIs too.
FYI - currently, we are using older version e.g. 1.11.x and migrating to 1.14.x.
That would make sense. What I'd like to avoid is forcing people (including myself) to rewrite their code to use PollSet instead of select() for use cases where select() is just fine.
I don't think
Socket::select()
should be deprecated. It's still useful for some use cases where one just needs to check a few sockets.The text was updated successfully, but these errors were encountered: