jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Option to disallow creating topics #6

Closed beatgammit closed 10 years ago

beatgammit commented 11 years ago

Right now, if a topic doesn't exist when subscribed to, a new topic is created. This should be configurable and provide a hook (so an implementation can reject based on auth or something).

maxekman commented 11 years ago

This is completed in 840f7e177b, issue should be closed.