...

/

Quiz: Processing Real-Time Updates

Quiz: Processing Real-Time Updates

Test yourself on processing real-time updates.

We'll cover the following...

Quiz

1.

What happens if you don’t subscribe to a WebSocketSubject after creating it?

A.

The connection is closed.

B.

The connection remains open.

C.

You cannot create a WebSocketSubject without subscribing.

D.

The server sends an error.


1 / 4
...