Joshua C Elliott

Results 16 issues of 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?

question

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...

question

http://godoc.org/golang.org/x/tools/cmd/stringer https://golang.org/cmd/go/#hdr-Generate_Go_files_by_processing_source

question

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...