Developer Experience Release. Added LMS and code refactor.

This commit is contained in:
Mudit Vats
2020-09-01 16:04:04 -07:00
parent 958096a375
commit 23fe0e1663
53 changed files with 20738 additions and 895 deletions

View File

@@ -26,7 +26,7 @@ limitations under the License.
#include <netdb.h>
#endif
SOCKET lmsConnect()
SOCKET lms_connect()
{
std::string lmsAddress = "localhost";
std::string lmsPort = "16992";