Skip to content

Commit 646a25f

Browse files
authored
Update quickstarts-push-messages-from-server.md
1 parent 8f0ff9b commit 646a25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-web-pubsub/quickstarts-push-messages-from-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@ cd webpubsub-quickstart-subscriber
255255
<groupId>com.azure</groupId>
256256
<artifactId>azure-messaging-webpubsub</artifactId>
257257
<version>1.0.0</version>
258-
</dependen
258+
</dependency>
259259
<dependency>
260260
<groupId>org.java-websocket</groupId>
261261
<artifactId>Java-WebSocket</artifactId>
262262
<version>1.5.1</version>
263-
</dependen
263+
</dependency>
264264
```
265265
In Web PubSub, you can connect to the service and subscribe to messages through WebSocket connections. WebSocket is a full-duplex communication channel allowing the service to push messages to your client in real time. You can use any API or library that supports WebSocket. For this sample, we use package [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket).
266266

0 commit comments

Comments
 (0)