Pusher API - Messages Per Minute -


i implemented pusher api in live chat recently.

i launched startup package of pusher yesterday. after 4 hours of being live, receive email account reaching cap on usage.

i logged in , looked @ stats, discover messages per minute between 5,000 , 20,000.

i don't understand how possible. have around 100-150 connections open.

why message count high?

armin

found answer myself! :)

here link may have same problem:

https://pusher.tenderapp.com/kb/accountsbillingplanspricing/how-is-my-message-count-calculated

basically, if have 100 users subscribed channel, , 1 message sent, counts 100 messages being sent since each user have notified.

bottom line filter channels.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -