Alex Villacís Lasso 1212289f0b Skip onPoll processing until socket is fully connected
Previously there was a risk that an in-progress connection with a valid
socket would be selected for polling and its installed onPoll callback
invoked before the onConnect event arrives, resulting in potentially
undefined behavior. Fixed by use of the standard connected() method.
2022-10-28 14:01:55 -05:00
2020-12-21 12:59:04 -05:00
2020-12-21 12:59:04 -05:00
Description
No description provided
95 KiB
Languages
C++ 100%