Skip to content

Commit

Permalink
fix: ws connection dies on receive
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed Sep 2, 2023
1 parent 3061000 commit f0facc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ public class DefaultPublicBeamClient(
e.printStackTrace()
delay(5.seconds)

return@webSocketEvents
continue
}

handler(event)
Expand Down
2 changes: 1 addition & 1 deletion beam-daemon/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<pattern>%d{YYYY-MM-dd HH:mm:ss.SSS} %-5level - %msg%n</pattern>
</encoder>
</appender>
<root level="TRACE">
<root level="DEBUG">
<appender-ref ref="STDOUT"/>
</root>
</configuration>
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlinxSerializationVersion=1.5.1

ktorServerLiquibaseVersion=1.1.2

ktorWsEventsVersion=1.1.0
ktorWsEventsVersion=1.1.0-dev-70b1872

logbackVersion=1.4.8
kmLogVersion=1.3.0
Expand Down

0 comments on commit f0facc0

Please sign in to comment.