issues
search
jchristn
/
SuperSimpleTcp
Simple wrapper for TCP client and server in C# with SSL support
MIT License
459
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Issue when AOT enabled
#217
berik-99
closed
1 month ago
1
Issue when AOT enabled
#216
berik-99
closed
1 month ago
0
DataReceived is missing "single transmit" events
#214
jboss10
closed
2 months ago
0
Arabic encoding
#212
RamiGamalMahmoud
closed
3 months ago
1
SimpleTcpClient: Can DataReceived be async?
#209
woha
closed
4 months ago
1
Why doesn't Dispose call Stop?
#208
basprins
opened
8 months ago
1
supersimpletcp is missing NuGet package README file
#207
lyndaidaii
closed
7 months ago
0
add LocalEndPoint to SimpleTcpClientSettings and set NoDelay in InitializeClient of SimpleTcpClient
#206
huangjia2107
closed
10 months ago
2
About _Server.Stop()
#204
FreeVB
opened
1 year ago
5
The client connecting to the Server on Maui is immediately kicked out.
#203
saklanmazozgur
opened
1 year ago
17
The server sends messages to all clients on a regular basis
#201
FreeVB
closed
1 year ago
2
Keep Alive in linux container
#199
mickeldebs
closed
1 year ago
1
multiple IP address
#197
FreeVB
closed
1 year ago
2
Block Unwanted Participants
#195
nexquery
closed
1 year ago
1
Updated workflow to support .NET 7
#194
Somfic
closed
1 year ago
1
Expose server port
#192
BrandenEK
closed
1 year ago
2
- Fixed keepalive option #153
#190
KimEoJin
closed
1 year ago
2
SimpleTcpClient.Events.Disconnected is not triggered when SimpleTcpServer.Close() is invoked.
#189
eliudgerardo
opened
1 year ago
1
What metadata is being embeded when the data is send in chunks?
#186
Zenodeon
closed
1 year ago
1
An active client with keep alive that does not process incoming message leads memory buildup in the server
#183
MarkBreedveld
opened
1 year ago
1
Corrected keepalive settings to ms for a connecting client as well
#182
MarkBreedveld
closed
1 year ago
1
KeepAliveSettings for server are applied in seconds on connecting client instead of ms
#181
MarkBreedveld
closed
1 year ago
1
NoDelay option for listener
#180
QTPah
closed
1 year ago
1
fix: handle canceled task on disconnect
#179
olifer
closed
1 year ago
1
how to include dll file in exe file to be a one exe file ??
#177
karadevnet
closed
1 year ago
1
add NoDelay for SimpleTcpClientSettings
#176
huangjia2107
closed
1 year ago
1
Client connection is lost with no obvious reason
#174
zllvm
closed
1 year ago
10
Server.IsListening wrong behavior when MaxConnections reached
#169
TheNybbler
opened
2 years ago
1
- use CheckCertificateRevocation instead of AcceptInvalidCertificates…
#166
ATS-CE
closed
2 years ago
1
Use check certificate revocation in simple tcp server
#165
ATS-CE
closed
2 years ago
1
receive data not fast after connect
#164
mzelecom
closed
7 months ago
1
Settings for DataReceived on background worker
#162
TheNybbler
closed
2 years ago
1
SimpleTcpServer DataReceived method spawns a new task for each DataReceived event
#160
TheNybbler
closed
2 years ago
3
Authenticate as server async
#159
ATS-CE
closed
2 years ago
1
- add settings parameter "ClientCertificateValidationCallback/ServerC…
#158
ATS-CE
closed
2 years ago
2
Send(); fails on Windows 8/8.1
#157
aaleaf
closed
2 years ago
2
Message Framing Question
#155
twhalen08
closed
2 years ago
1
Add X509Certificate2 to InitializeClient
#154
tautvilis
closed
2 years ago
1
keepalive option
#153
jwj15
opened
2 years ago
4
keepalive is not working on win7
#151
jwj15
closed
2 years ago
1
Keep alive values
#150
CetinOzdil
closed
2 years ago
2
Reducing memory allocations for receiving data
#148
joreg
closed
2 years ago
2
Future proof keepalive settings
#147
eatyouroats
closed
2 years ago
3
Add permitted and blocked IPs
#146
eatyouroats
closed
2 years ago
3
Added DisconnectAsync, use this when becoming disconnected from the s…
#145
redrabbit007
closed
2 years ago
1
Add byte array option for pfx certificate loading in client/server constructors-and-factories.
#143
WTechnologyDevelopers
closed
2 years ago
3
added option to limit maximum connected clients.
#142
mvelayati
closed
2 years ago
1
Data being broken into multiple parts when sending
#141
dkraide
closed
2 years ago
1
Call a scoped service method inside OnReceived #198
#139
samnemo94
closed
2 years ago
1
How can I allow only one client to connect to the server?
#136
sjagalo
closed
2 years ago
1
Next