Joshua C Elliott
Joshua C Elliott
Currently, the default broker automatically creates topics when a peer subscribes to a topic that doesn't exist ([here](https://github.com/jcelliott/turnpike/blob/v2/broker.go#L56)). This should probably be configurable. Should it be the default behavior?
Turnpike will be moving to WAMP v2 soon, and we need to decide on the best way to deprecate v1 without causing too much of a headache for users. This...
http://godoc.org/golang.org/x/tools/cmd/stringer https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source
When calling a lua function that errors, the C stack is not cleaned up. If the lua function is called many times, it will eventually overflow the stack. Any further...
## Summary by CodeRabbit * **New Features** * Introduced a new filesystem watcher tool for repositories, including a command-line interface with start, stop, and status commands. * Added an asynchronous...