You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""
No, the real limit is still the youth project: no autoreload for the server (super annoying having to do it manually every time you change the code) and server-side errors in the read JS console, not in the terminal from which you started the server.
"""
To automatically reload a component, three things need to happen:
There is the 'watch' option, which is a dict taking 2 keys ('directories', a list of paths, and 'action' which only accepts 'restart'). This only works on OSes with fsnotify; see also http://crossbar.io/docs/Guest-Configuration/
"""
No, the real limit is still the youth project: no autoreload for the server (super annoying having to do it manually every time you change the code) and server-side errors in the read JS console, not in the terminal from which you started the server.
"""
To automatically reload a component, three things need to happen:
the filesystem must be watched
the WAMP component must be stopped and restarted
changed Python modules need to be reloaded
is addressed in https://github.com/crossbario/crossbar/tree/master/crossbar/crossbar/platform
is addressed in https://github.com/crossbario/crossbar/blob/master/crossbar/crossbar/common/reloader.py
All of above needs to be wired up.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: