Skip to content

Instantly share code, notes, and snippets.

View DavidR91's full-sized avatar

David W. Roberts DavidR91

View GitHub Profile
[2016-12-10T00:47:44+00:00] INFO: [DEVEL-AZR-SQUP-RB01] Config is now 3505.6966016205297 seconds old. Reconfiguring / reloading keys ...
[2016-12-10T00:47:44+00:00] INFO: [DEVEL-AZR-SQUP-RB01] Reconfiguring client / reloading keys ...
[2016-12-10T00:47:44+00:00] INFO: [DEVEL-AZR-SQUP-RB01] Retrieving configuration from https://reacted/organizations/squaredup///pushy/config/DEVEL-AZR-SQUP-RB01: ...
[2016-12-10T00:47:44+00:00] INFO: [DEVEL-AZR-SQUP-RB01] Stopping command / server heartbeat receive thread and destroying sockets ...
[2016-12-10T00:47:59+00:00] INFO: [DEVEL-AZR-SQUP-RB01] Resolved reacted to '40.115.58.217' and 0 others
[2016-12-10T00:47:59+00:00] INFO: [DEVEL-AZR-SQUP-RB01] Starting ZMQ version {:major=>4, :minor=>0, :patch=>6}
[2016-12-10T00:47:59+00:00] INFO: [DEVEL-AZR-SQUP-RB01] Listening for server heartbeat at tcp://reacted:10000
[2016-12-10T00:47:59+00:00] INFO: [DEVEL-AZR-SQUP-RB01] Connecting to command channel at tcp://reacted:10002
[2016-12-10T00:47:59+00:00] INFO: [DEVEL-AZR-SQUP-RB0
template<class t>class s{s<t*>operator->()};s<int>xx=xx->
remove_entities: function(remove) {
for(var i = 0; i < remove.length; i++) {
this.entities.splice(this.entities.indexOf(remove), 1); // <--- Errm....
}
},