Constantin Gisca

Results 8 comments of Constantin Gisca

Sorry, here is the debug output : ``` 21:39:40.264 -> Logging into WLAN: ******* ...scandone 21:39:40.397 -> state: 0 -> 2 (b0) 21:39:40.397 -> state: 2 -> 3 (0) 21:39:40.762...

thanks for the indication, I managed to get the server response that you mentioned, but I get instantly the `connection lost` from the client and it tries to connect and...

Yes I am using the latest lib version 2.3.1 . I found out why it was not working. In the [WebSocketClientStompOverSockJs.ino example](https://github.com/Links2004/arduinoWebSockets/blob/master/examples/esp8266/WebSocketClientStompOverSockJs/WebSocketClientStompOverSockJs.ino) I need to remove next line 143 `webSocket.setExtraHeaders();`...

Actually `webSocket.setExtraHeaders();` should not be removed, because the default `Origin: file://` header breaks the connection with server. But if we leave `webSocket.setExtraHeaders();` as is in current .ino example for some...

I confirm that this code is present in the WebSocketsClient.cpp . I checked arduino libraries folder (path: `./Arduino/libraries/WebSockets/src/WebSocketsClient.cpp`) .

Tried `2.3.2` version and works the same. The issue is not fixed. In the path: `./Arduino/libraries` I removed the previous websockets library and added unzipped `arduinoWebSockets-2.3.2`. The result is the...

@cgeadas I have updated Read me. You can check the correct callback. You don't need to provide the id when signing in. Correct signature of the _on_sign_in_success callback is: `func...

@johnkappa221 , @anisc could you please try again with the latest released plugin 1.2.0 (https://github.com/cgisca/PGSGP/releases/tag/1.2.0) . Please check once again Readme, and follow up all the steps described there.