add meta service
[scpubgit/Tak.git] / lib / Tak / JSONChannel.pm
index 9716768..fd3e7b5 100644 (file)
@@ -46,6 +46,7 @@ sub send {
         [ FAILURE => invalid_message => $@||'No data and no exception' ]
       )
     );
+    return;
   }
   $self->_raw_send($json);
 }