Closed beatgammit closed 10 years ago
Something like this should work:
type EventListener func (string, interface{}) RegisterEventListener(topicURI string, fun EventListener)
If topicURI is the empty string, the listener will be called on every PUBLISH.
Closing WAMPv1 issues. See WAMPv2 development on v2 branch.
Something like this should work:
If topicURI is the empty string, the listener will be called on every PUBLISH.