ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

Fixed crashing when ext doesn't exist in message #106

Open lhovo opened 9 years ago

lhovo commented 9 years ago

When a user tries to use curl or some other method to post a message to the faye and doesn't have 'ext' in the data the server crashes. This patch fixes this issue by checking the existence first

simonoff commented 9 years ago

this gem is not supported. Please look on https://github.com/dotpromo/danthes

miukki commented 8 years ago

@lhovo thx for fix