Category: Web Development

Does SignalR Guarantee Message Deliverability?

April 6, 2021 · 5 min read
SignalR doesn't guarantee the deliverability of messages sent from the server. This might be a problem for you, so let's discuss the problem and why SignalR doesn't try to solve it automatically.

SignalR AbortController is Undefined on Older Browsers

March 3, 2021 · 5 min read
Recently, I updated a client application to the latest versions of SignalR (including the NPM module). One of our users uses a SmartTV to view the page, and it stopped working due to 'AbortController is Undefined'.

Converting Epoch Time into DateTime with Azure Logic Apps

February 24, 2021 · 5 min read
Some APIs use Epoch time to designate a DateTime object. In Azure Logic Apps, how do you convert this into something useful?