d
Size: a a a
d
Y
d
Y
d
Y
Y
LS
Y
Y
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
LS
LS
LS
LS
Y
LS
LS
Y
public Integer increment() throws InterruptedException {вот такой метод сделать, чтобы каждую секунду на всех клиентах циферки выводились каждые пол секунды
int i;
for (i = 0; i < 100; i++) {
Thread.sleep(500);
}
return ???;
}
Y
LS