jhagas / ESPSupabase

Connect ESP32/8266 with Supabase. Enhance your IoT project with open-source database service
MIT License
43 stars 15 forks source link

.end() method to disconnect from websocket stream #24

Open Beattraceur opened 3 days ago

Beattraceur commented 3 days ago

While the websocket stream was blocking every other connection I implemented an end() method. With this it is possible to pause the stream and do some CRUD operations before it is automatically continued.