What’s the difference between SubscribeOn and ObserveOn

It helped me to understand this by thinking of SubscribeOn as setting the thread being “passed up” the chain and ObserveOn as setting the thread “passed down” the chain. The code below uses named threads which you can play with. Thread.CurrentThread.Name = “Main”; IScheduler thread1 = new NewThreadScheduler(x => new Thread(x) { Name = “Thread1” … Read more

What are the Hot and Cold observables?

From: Anton Moiseev’s Book “Angular Development with Typescript, Second Edition.” : Hot and cold observables There are two types of observables: hot and cold. The main difference is that a cold observable creates a data producer for each subscriber, whereas a hot observable creates a data producer first, and each subscriber gets the data from … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)