must initialize sockets with osiSockAttach on Windows

This commit is contained in:
jrowlandls
2011-09-21 10:31:24 +01:00
parent 6383b8933f
commit dff545bed7
3 changed files with 3 additions and 0 deletions

View File

@@ -3729,6 +3729,7 @@ TODO
void internalInitialize() {
osiSockAttach();
m_timer.reset(new Timer("pvAccess-client timer", lowPriority));
Context::shared_pointer thisPointer = shared_from_this();
m_connector.reset(new BlockingTCPConnector(thisPointer, m_receiveBufferSize, m_beaconPeriod));