Igor Golodnitsky

Results 3 issues of Igor Golodnitsky

### Describe the bug ``` module main import vweb import os struct App { vweb.Context } fn main() { mut app := &App{} assets_path := os.resource_abs_path('assets') app.mount_static_folder_at(assets_path, '/') app.Context.serve_static('/', assets_path...

Bug
Unit: vweb

At commit [#9de137374609](https://github.com/editor-js/image/commit/5ee4e1ef338493b82a11fd76a3568844afe1c78b) tune.js was removed, but at comment it is still mentioned.

After adding delay error occurs less frequently. Fixed it with reconnect code on any error. What do you think of adding auto-reconnect option?