Skip to content

Commit 851e9b2

Browse files
committed
fixed BKNDLSS-17130 User login not working without socket-io
1 parent e1a0f17 commit 851e9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/backendless/rt/RTClientWithoutSocketIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public void unsubscribe( String subscriptionId )
2020
@Override
2121
public void userLoggedIn( String userToken )
2222
{
23-
throw new NoSocketIOException();
23+
//ignore
2424
}
2525

2626
@Override

0 commit comments

Comments
 (0)