123
This commit is contained in:
@@ -14,6 +14,8 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@RequestMapping("/test")
|
||||
@SaIgnore
|
||||
public class TestController {
|
||||
|
||||
@RequestMapping("/session")
|
||||
public R getSession(){
|
||||
int size = WebSocketSessionHolder.size();
|
||||
return R.ok(size);
|
||||
|
||||
Reference in New Issue
Block a user