Nolan Lancaster
Nolan Lancaster
@lawa1974 Are you trying to specify system-tags in your Terraform config for the instance? Please post a snippet of your config file to help me better understand what is happening.
I'm still trying to reproduce this and could use some more information: 1. Can you tell me if your tfstate file lists system tags for the instance? 2. Does the...
@lawa1974 I'm not having any luck reproducing this issue. If you could share your Terraform configuration for this instance that would be helpful.
Something must be going on within rxjs. I'm not really sure what to do about that at the moment, but I do plan on trying to upgrade this plugin eventually...
Hi @bananabr , I'm not sure I'm seeing how that would work. If the function is asynchronous, does it go ahead and try to establish a connection before the promise...
That seems like a similar problem to the one that prompted me to add the ability to use a callback to get the params. I use the angular token auth...
To be honest, I've never actually used the perform method but added it as a pass through since it's part of the Action Cable API. Looking at the implementation of...
@MariaNSe I don't think you're connected to the channel in time to call send. You can trying subscribing to chatChannel.connected() and calling send within your callback.
Hi @c2ofh , I haven't had a chance to test out your example, but are you sure you aren't seeing it reconnect in the console? If you call your connect...