Skip to content

Commit 5ccc6ef

Browse files
committed
update
1 parent abf800d commit 5ccc6ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • sdk/webpubsub-socketio-extension/examples/admin-ui

sdk/webpubsub-socketio-extension/examples/admin-ui/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ Besides, it contains server-side logic for a simple echo performance benchmark.
2323
2424
## Note
2525
- Azure Socket.IO Admin UI only supports single server application now.
26-
The line below is necessary to make the Admin UI work
26+
The two lines below are necessary to make the Admin UI work
2727
```javascript
28+
const { Namespace } = require("socket.io");
2829
Namespace.prototype["fetchSockets"] = async function() { return this.local.fetchSockets(); };
2930
```
3031

0 commit comments

Comments
 (0)