spotify / async-google-pubsub-client

[SUNSET] Async Google Pubsub Client
Apache License 2.0
158 stars 40 forks source link

Added method to catch and log exceptions thrown by Publisher.enqueueSend() #7

Closed rculbertson closed 8 years ago

rculbertson commented 8 years ago

The executor now calls this method instead enqueueSend, so that if an exception is thrown it is logged instead of being silently swallowed by the executor.

rculbertson commented 8 years ago

@danielnorberg @josefalcon

josefalcon commented 8 years ago

:+1: