Fixing WebSocketSession.suspend()

This commit is contained in:
Joakim Erdfelt 2014-02-24 08:08:05 -07:00
parent f465a13d6d
commit b3bfe2783f
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ public class WebSocketSession extends ContainerLifeCycle implements Session, Inc
@Override
public SuspendToken suspend()
{
return connection;
return connection.suspend();
}
/**