Skip to content

Commit 7e51aa1

Browse files
committed
Revert "Use websocket bidirectionally"
This reverts commit 7316369.
1 parent 5bec164 commit 7e51aa1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/kotlin/com/faforever/userservice/AppConfig.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
package com.faforever.userservice
22

33
import com.vaadin.flow.component.page.AppShellConfigurator
4-
import com.vaadin.flow.component.page.Push
5-
import com.vaadin.flow.shared.ui.Transport
64
import com.vaadin.flow.theme.Theme
75
import io.quarkus.runtime.StartupEvent
86
import jakarta.enterprise.context.ApplicationScoped
97
import jakarta.enterprise.event.Observes
108

119
@Theme("faforever")
1210
@ApplicationScoped
13-
@Push(transport = Transport.WEBSOCKET)
1411
class AppConfig : AppShellConfigurator {
1512
fun onStart(@Observes event: StartupEvent) {
1613
System.setProperty("vaadin.copilot.enable", "false")

0 commit comments

Comments
 (0)