friends-of-reactphp / stomp

STOMP bindings for ReactPHP.
MIT License
115 stars 42 forks source link

InvalidFrameException #39

Open kevinmlong opened 9 years ago

kevinmlong commented 9 years ago

Any suggestions on where one should catch this exception? Looks like this is thrown in react/stomp/src/React/Stomp/Protocol/Parser.php:62

Does this happen before the promise is called or is there a way for us to catch this in the promise?

Thanks!