FengPu / TIBS

Trustworthy Information Brokerage Service
GNU General Public License v3.0
0 stars 2 forks source link

realizing the feature of "Upload Topic Content" #4

Open FengPu opened 9 years ago

FengPu commented 9 years ago

We use light-pinging like protocols for publishing message. So the upload content should be separated from notifying updates of subscribed topics.

@ohsailey implements the upload mechanism on our Hub server.

ohsailey commented 9 years ago

upload_topic_content function is hub receive contents from pub or hub upload file to sub? I just did former. If there have an error in logic, please Doc correct me, thanks.

FengPu commented 9 years ago

Yes, its correct at current stage. Other features will be introduced incrementally.