Event ID - 10129

Event Id10129
SourceWinsock
DescriptionSocket is already connected.
Event InformationAccording to Microsoft:
EXPLANATION:
The current operation is unnecessary. A connect request was made on an already connected socket.
USER ACTION:
Contact the vendor of the application. They might have a software patch to fix the problem. For developers, make your application more portable with datagram sockets do not use connect() and sendto() on the same datagram socket in an application, and always "disconnect" before calling connect() more than once. With datastream sockets, do not call connect() more than once (use select() (or WSAAsyncSelect() to detect connection completion).
Reference LinksSocket is already connected

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.