agourlay / omnibus

An HTTP-friendly persistent message bus.
Apache License 2.0
70 stars 4 forks source link

The subTopics creation should propagate the initial post #11

Closed kidi closed 10 years ago

kidi commented 10 years ago

When a topic is created, the message in POST data is received by subscribers whereas on subtopic this message is not received.

kidi commented 10 years ago

In order to limit confusion; we decide to have two separate function create and publish. will see later for a createAndPublish :)