Make 2 ari clients subscribe to events on an extension

Thanks for the reply. Currently in my extension.conf, the config for extension ‘123’ looks like this:

exten => 123,1,NoOp("In 123")
same => n,Ringing				
same => n,Stasis(handlerapp)	
same => n,Hangup()

And the two ARI client applications (one in golang and another in nodeJS) are listening for the events on the stasis application “handlerapp”

As per the following two replies from you, only the latest connection to an asterisk stasis app will receive the events.

I am sure, I am missing something here.