In a Crossbar.io application, what's to stop a publisher from doing something like:
setInterval(function() { session.publish(topicUri, [randomStr]); }, 10);
My understanding is there is no way to identify a publisher that doesn't disclose itself. Identification could at least help in blocking abusive publishers. If a publication can't be stopped, is there a way to help subscribers block flooding attempts?