repejota / phpnats

A PHP client for the NATSio cloud messaging system.

Home Page:http://nats.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throw exception on timeout with request

byrnedo opened this issue · comments

Should it throw one if the stream timed out? Or could this be handled better some other way? right now the response is null so I guess that's ok, just a thought.

From my POV, it should be an exception

@repejota Any thoughts on this?