That's super interesting, I've had it crash for both my client and server. Using IsSocketAvailable provided by another forum member fixes it on the client side, but it doesn't work on the server side. The line that's failing is always:idle wrote: Fri Mar 28, 2025 8:42 am I don't understand why your having trouble with the connection, it will just fail and return the error
I am using the functions in the server for both server and client via the reverse proxy and its not crashing
Code: Select all
SendLen = SendNetworkData(ClientID, *Buffer + TotalSent, TryLen)
IMO this should not be a crash on the PB side, that's frankly absurd. Just return a suitable error value. Here's hoping for NetworkError() in 6.30
