Skip to content

Commit

Permalink
test with insecure websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Oct 9, 2023
1 parent 5bdf695 commit c4eb26b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class FafLobbyClient(

private fun openConnection(): Disposable {
return webSocketClient
.uri(URI("wss", "", config.host, config.port, "", "", ""))
.uri(URI("ws", "", config.host, config.port, "", "", ""))
.handle { inbound, outbound ->
val inboundMono = inbound.receive()
.asString(Charsets.UTF_8)
Expand Down

0 comments on commit c4eb26b

Please sign in to comment.