We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25fbbe commit 914b8e1Copy full SHA for 914b8e1
src/dds.net-connector-cpp.lib/connector/src/internal/src/network_client.cpp
@@ -57,6 +57,8 @@ dds::net::connector::_internal::
57
this->tcpPort = 0;
58
this->isConnected = false;
59
60
+
61
+#if TARGET_PLATFORM == PLATFORM_GNU_LINUX
62
this->socketFileDescriptor = -1;
63
#elif TARGET_PLATFORM == PLATFORM_WINDOWS
64
this->socketFileDescriptor = INVALID_SOCKET;
0 commit comments