Skip to content

Commit 18990db

Browse files
committed
Fix send
1 parent 5d4b938 commit 18990db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/main/java/ua/naiksoftware/stomp/client/StompClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ public Completable send(@NonNull StompMessage stompMessage) {
160160
.filter(isConnected -> isConnected)
161161
.firstOrError().toCompletable();
162162
return completable
163-
.startWith(mConnectionProvider.disconnect())
164163
.startWith(connectionComplete);
165164
}
166165

0 commit comments

Comments
 (0)