BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
365 stars 108 forks source link

Feature Request: Broadcasting #2

Closed Manuel-S closed 8 years ago

Manuel-S commented 8 years ago

When I was using this library I was really missing a Broadcast/Receive pair of methods on the server and client respectively.

Other than that, it is really nice to use.

Manuel-S commented 8 years ago

Opened up a pull request: #3 Tested it and it works nicely.

BrandonPotter commented 8 years ago

Merged