WiFiClient unable to send more then 92 bytes with println() function

No limit that I know of.

Wrap your client print in a condition. It might be printing before the server can receive the data.