SimpleNet icon indicating copy to clipboard operation
SimpleNet copied to clipboard

An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.

Results 4 SimpleNet issues
Sort by recently updated
recently updated
newest added

I'm not sure if I understood the FAQ correctly, but it's not immediately obvious to me where the overload for setting the size of the buffer. Can you please confirm...

Hi, in the server/client application the server send 49678 byte (the error also occurs with smaller sizes ) In the client application: java.lang.NegativeArraySizeException: -15858 at com.simplenet.utility.exposed.data.StringReader.lambda$processBytes$4(StringReader.java:169) at com.simplenet.utility.exposed.data.DataReader.lambda$read$0(DataReader.java:76) at com.simplenet.Client.lambda$readUntil$4(Client.java:529)...

When testing the following code i came to the conclusion that only ever one element is returned for `Client#readStringUntil` ```java client.readByteAlways(opCode -> { if (opCode == 2) { List tempWarps...

We have the events connection, pre-disconnection and disconnection. Is it planned to give a user a way to add custom / more advanced types of events? I think of events...