mzsoft Member Jun 27, 2022 #1 Hi. i used https://www.b4x.com/android/forum/threads/rasynctcp-on-esp32-respasynctcp-on-esp8266.138893/ but when client connected OnConnect sub not raised. OnDisconnect works fine. what is the problem?
Hi. i used https://www.b4x.com/android/forum/threads/rasynctcp-on-esp32-respasynctcp-on-esp8266.138893/ but when client connected OnConnect sub not raised. OnDisconnect works fine. what is the problem?
C candide Active Member Licensed User Jun 28, 2022 #2 tests were done with 2 esp8266/esp32 , one for client and one for server and i didn't see this issue... can you check B4R codes provided with library with yours boards ? (testESPAsyncTCPclient.b4r and testESPAsyncTCPServer.b4r) Upvote 0
tests were done with 2 esp8266/esp32 , one for client and one for server and i didn't see this issue... can you check B4R codes provided with library with yours boards ? (testESPAsyncTCPclient.b4r and testESPAsyncTCPServer.b4r)
mzsoft Member Jun 29, 2022 #3 candide said: tests were done with 2 esp8266/esp32 , one for client and one for server and i didn't see this issue... can you check B4R codes provided with library with yours boards ? (testESPAsyncTCPclient.b4r and testESPAsyncTCPServer.b4r) Click to expand... Hi. OnConnect not work but i used OnNewClient and it was ok. thanks Upvote 0
candide said: tests were done with 2 esp8266/esp32 , one for client and one for server and i didn't see this issue... can you check B4R codes provided with library with yours boards ? (testESPAsyncTCPclient.b4r and testESPAsyncTCPServer.b4r) Click to expand... Hi. OnConnect not work but i used OnNewClient and it was ok. thanks