Relative Content

Tag Archive for c++websocketarduino

Can I start a websocket client from within a struct?

I’m trying to write a struct that will connect to a WebSocket server. After a few painful hours, I managed to get something that would at least compile. However, when I run the code on an esp32 the chip just enters a reboot loop.