Dan Imhoff
                                            Dan Imhoff
                                        
                                    @cissoid Odd. Once the `Client` is removed from the `ClientManager`, the reference to it should be lost and Go should GC it and close the connections automatically, shouldn't it? Is...
@cissoid That behavior makes sense, I suppose. We could set `DisableKeepAlives` to true on the transport after a client is removed.
The reason I added a PR for `ClientManager` is that, when given a certificate, `Client` sets up a TLS connection _using that certificate_. Each `Client` has an independent connection by...
@bazuka5801 @tomavic There are a variety of Firebase plugins available in the Capacitor Community that you could try: https://github.com/capacitor-community/?q=firebase&type=&language= If you find issues, I'm sure the authors would be happy...
@Hirbod If I'm understanding correctly, this may be related to your Content-Security-Policy. See this issue: https://github.com/ionic-team/ionic/issues/6928
@hiepxanh Sorry, somehow I missed your comment. This issue is here because I'd like to provide a way to develop with HMR out of the box for Ionic. Ideally it'd...
If you encounter issues with that guide, post it in the angular-cli repo, not here. Ionic does not officially support HMR for Angular yet.
I can take a look, but I can't promise anything timely. I am busy with other priorities at the moment. From glancing over this, it's likely a bug. Will look...
@ignition42 I believe https://github.com/ionic-team/ionic-cli/commit/4e8a2268d24498c66e1867c81a62cfd866cc2d4c fixes this issue. I used these steps: https://github.com/dwieeb/ionic-multiapp/commits/master Please try Ionic CLI 5.2.8 and let me know if it's better. @lehmamic > In my opinion, ionic...
@ignition42 @Domvel @Sina7312 I just pushed a commit which fixes a couple bugs related to this issue. I was able to create a project structure similar to the original post...