Fixing WebSocketSession.suspend()
This commit is contained in:
parent
f465a13d6d
commit
b3bfe2783f
|
@ -468,7 +468,7 @@ public class WebSocketSession extends ContainerLifeCycle implements Session, Inc
|
|||
@Override
|
||||
public SuspendToken suspend()
|
||||
{
|
||||
return connection;
|
||||
return connection.suspend();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue