Closed Tvde1 closed 3 years ago
Could you elaborate what exactly does not work? Is it throwing errors or does it simply not log the event? What output does the console give you?
It doesn't output anything
It used to output something like
[SioC] disconnect
1 event not found
So I guess it is connected but it doesn't connect.
Also event
is just
void event(const char * a, byte_t b) {
Serial.println("Connected to Socket.io server.");
}
so you see the client connect at your server, but the console for the esp remains empty?
Yes, exactly that
Is this lib outdated?
Yes, exactly that
Any solutions I 'm facing the same problems
The Serial monitor no longer outputs "disconnected". I think it connects but idk why it won't work.
My server:
And my client
I can't find why this won't work.