Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6240927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:39:47+00:00 2026-05-24T11:39:47+00:00

When someone connects to my TCP Server, I log the time they connected using

  • 0

When someone connects to my TCP Server, I log the time they connected using

System.DateTime dt = System.DateTime.Now;

Then when I need to find how long they have been connected, I do…

    foreach (KeyValuePair<string, System.DateTime> pair in playerList)
    {
         System.DateTime curTime = System.DateTime.Now;
         float connectedTime = (float)(curTime - pair.Value).TotalSeconds;
         writer.Write(connectedTime);
    }

When I debug the value of connectedTime looks correct, but the protocol I am using to report it is seeing it as gibberish.

The C++ code I use which works fine is…

time_t currentTime = time(NULL);
time_t connectedTime = currentTime - g_Users.Element(i).connectTime;
g_UserInfo.WriteFloat(float(tempTime));

Am I doing something silly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T11:39:47+00:00Added an answer on May 24, 2026 at 11:39 am

    You don’t have to cast to float, as you are using the BinarryWirter the Write method can take any integral type: double, float, int.., So:

    writer.Write((DateTime.Now.Subtract(pair.Value)).TotalSeconds);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing a VB.NET app that connects to a legacy application using TCP.
I need to build a client application that connects to the team foundation server
Hi Hope someone can help me. My .net app that connects (via tcp) to
I am looking for a software to mock a tcp/ip server. What I need
I'm learning how to implement a multi-user chat server using TCP in Java. I
Someone told me about swamp diagrams explaning that they were useful to predict code
Should have asked someone this a long time ago. What is the best way
I'm using visual studio to program this small TcpServer. It's really specific. The server
I'm using select() to figure out when a non-blocking connection either connects, is connecting,
I'm having a little trouble with sockets in Python. Whenever someone connects it works

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.