confusingstraw edited a comment on issue #50:
URL: 
https://github.com/apache/incubator-flagon-useralejs/issues/50#issuecomment-808767416


   like i said, not entirely sure, but the spec does say that, once the 
document is closed, workers shouldn't be able to respond to any more events of 
any kind (no network updates, no new messages, zilch). if the `postMessage` 
occurs before the document goes away, then sure, that may work. always worth a 
shot.
   
   wrt the socket option, the (client-side) queue doesn't have any purpose 
except for batching the logs up and sending them, so as not to waste bandwidth. 
there is no such issue on the server side. the queue would still need to exist 
on the client, however, since we'd need to be able to flush them during periods 
of intermittent connectivity.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to