Description
In non-blocking mode, the poll() is expecting timeout in milliseconds. Currently we the connection timeout as 15 seconds but the timeout given to the poll() is 15000000 milliseconds due to the timeout unit in microseconds passed to the connect() function.
I have noticed that while working on network interface feature as there are some BuiltInWebSocket objects leaked after the replicator is stopped after timeout & retry.