Mansurov Dmitry
Mansurov Dmitry
We have the same case when the connection was closed immediately after opening. I guess the Progress implementation is to blame here: ``` using (var semaphore = new SemaphoreSlim(0, 1))...
I don't understand how to use external modules in the svelte repl https://svelte.dev/repl/. Just try using the popover in #each.
@Traibuls I had same error. SocialLogin wrapper has bug with inner state. I did a dirty hack for recreate button by setting key={Math.random()} after onLoginFailure called.