-->
Page 1 of 1

Network API Question

PostPosted: Thu Jun 04, 2015 5:00 pm
by dkinzer
What is the purpose of the "write finish callback" and under what circumstances will it be invoked? I'm experimenting with a TCP client and I'm registering a callback using espconn_regist_write_finish() but it is never invoked as far as I can tell. My "sent callback" is being invoked as I expected.

Don Kinzer