question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

is there any sort of an on connect event? for the default connection, that I could use to log like the vhost_initialised event? this may be a doc bug, or a feature bug.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cressie176commented, Aug 3, 2020

Published as rascal@10.2.0

broker.getConnections();
[
  { "vhost": "/", "connectionUrl": "amqp://guest:***@localhost:5672?heartbeat=50&connection_timeout=10000&channelMax=100" }
  { "vhost": "other", "connectionUrl": "amqp://guest:***@localhost:5672/other?heartbeat=50&connection_timeout=10000&channelMax=100" }
]
0reactions
xenoterracidecommented, Aug 4, 2020

derp, I read the first message not the 2nd, thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

SharedWorkerGlobalScope: connect event - Web APIs | MDN
This example shows a shared worker file — when a connection to the worker occurs from a main thread via a MessagePort ,...
Read more >
Where is `onconnect` event in express? - Stack Overflow
Using "express" I've set this middleware: app.use(function(request, response, next) { console.log( ...
Read more >
Form.OnConnect event (Access) - Microsoft Learn
Syntax. expression.OnConnect. expression A variable that represents a Form object. Return value. Nothing. Example. The following example ...
Read more >
XMLSocket.onConnect( ) Event Handler - ActionScript - O'Reilly
Name. XMLSocket.onConnect( ) Event Handler — defines the event handler invoked when a connection attempt is completed, successfully or otherwise ; Availability.
Read more >
OnConnect Event, Internet Server Control
The OnConnect event is generated when the client connection to the server has completed. The Handle argument specifies the handle to the client...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found