timum-viw / socket.io-client

A socket.io-client implementation for ESP8266 and Arduino
228 stars 90 forks source link

Mutation sketch size when add "socket.loop()" in loop function #52

Closed philong9192 closed 3 years ago

philong9192 commented 5 years ago

When add "socket.loop()" inside loop function Arduino, sketch uses too much storage space. From 280k to 409k. is it normal?

without "socket.loop()" Screen Shot 2019-05-11 at 10 10 16 AM

with "socket.loop()" Screen Shot 2019-05-11 at 10 10 32 AM