Skip to content

Example of an asynchronous TCP server and clients using async/await

Notifications You must be signed in to change notification settings

ricardoalexnr/AynchronousTCPListener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aynchronous TcpListener

Example of an asynchronous TCP server and clients using C# and async/await.

The server populates these performance counters:

Category: TcpListener_Test

  • Messages In /sec
  • Messages Out /sec
  • Bytes In /sec
  • Bytes Out /sec
  • Connected

The first time you run the app will set the counters and exit.

It is normal that at connection you can see exceptions on screen, since that means that the server was busy accepting clients. The important thing is to check up in the "Connected" performance counter that all clients have eventually connected.

About

Example of an asynchronous TCP server and clients using async/await

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%