You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request dejanb#22 from boonedox/master
bug fix for Stomp::readFrame, was occasionally reading more than one Frame, this merge prevents this as it only reads up to \n and checks for end of frame before anything of the next frame is read