Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Wqffles ✝🏳🌈🇮🇱
Posts
Comments
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
thanks leowest, leopard and cap5lut
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
this fixed the error btw
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
i'll implement things like "received" and stuff
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
i just want 1 message
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
fixed that now
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
might update WtpClient so it can reconnect to different servers
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
i just want 1 request, 1 response
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
it's a like http not sockets
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
that's a design thing
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
oh in that way
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
while
(
true
)
{
_
=
HandleClientAsync
(
await
_tcpListener.
AcceptTcpClientAsync
());
}
while
(
true
)
{
_
=
HandleClientAsync
(
await
_tcpListener.
AcceptTcpClientAsync
());
}
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
i do
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
i started it yesterday night
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
theres a server file in the paste i sent
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
probably an issue with my testing framework
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
removed
await using
, now it doesnt error anymore but it hangs
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
yeah because then it instantly returns
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
i'll fix the memory reading part, it was just a quick thing to test
67 replies
C
C#
•
Created by Wqffles ✝🏳🌈🇮🇱 on 9/13/2024 in
#help
System.AggregateException in TCP requests
yeah ik i try to keep it consistent but my ide whines
67 replies