mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-25 03:29:00 +08:00
Bring back JS precompilation to CC3200
We haven't actually _fixed_ evaluation of precompiled bcode from non-mmapped memory: we just never free it. For sane use case (do not evaluate the same file more than once) it should be acceptable. PUBLISHED_FROM=a9ca2d8fa72e9c40c93415d060ee8db697caa225
This commit is contained in:
parent
849ec1684a
commit
e5da7440d7
@ -7,7 +7,7 @@ signature: |
|
||||
struct mg_mqtt_session *s);
|
||||
---
|
||||
|
||||
Iterate over all mqtt sessions connections. Example:
|
||||
Iterates over all MQTT session connections. Example:
|
||||
|
||||
```c
|
||||
struct mg_mqtt_session *s;
|
||||
|
Loading…
Reference in New Issue
Block a user