AKN

Results 5 comments of AKN

You can try to create a buffer so that your data is sliced into chunks no larger than 65535 bytes. Something like: `if ( data.length() >= 65536 ) { data...

I'm still looking into why, but it seems like I can only use the localhost IP 127.0.0.1. When using an external IP for both server and client I get no...

This is a sign of a memory leak. The way Linux handles memory is different that Windows. "Memory Management in Windows uses Tree data structure and Linux uses Linked List...

We need more information. Can you please post your code (the relevant disconnect part)?

You would need to modify the example code to detect socket disconnect exception and then trigger the OnDisconnected() event. The server session has no idea what the client's WiFi signal...