Display sendto() exception until a successful send

This commit is contained in:
Keegan McAllister
2012-05-02 18:38:18 -04:00
committed by Keith Winstein
parent c258e0bc4e
commit 02c04fbdaa
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -153,6 +153,7 @@ NotificationEngine::NotificationEngine()
: last_word_from_server( timestamp() ),
last_acked_state( timestamp() ),
message(),
message_is_network_exception( false ),
message_expiration( -1 )
{}