Skip to content

Commit 4ba6ad3

Browse files
authored
Update README.md
1 parent f889555 commit 4ba6ad3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ Credit : This android library use [Autobahn-java](https://github.com/crossbario/
7575
```java
7676
ws.send("path/to/channel","Hello Channel");
7777
```
78+
79+
### 3 - Close Connection and remove listners
80+
```java
81+
ws.end();
82+
`
83+
7884
License
7985
-------
8086

0 commit comments

Comments
 (0)