Compare commits

..

2 commits

Author SHA1 Message Date
137d3ede04 discord-ws: Fix heartbeat timing
All checks were successful
ci/woodpecker/push/java Pipeline was successful
ci/woodpecker/push/oci-image-build Pipeline was successful
Wait til sending complets and then start the sleep.
2024-12-15 13:05:17 +01:00
ed79486d73 discord-ws: Close connection on reconect and invalid session 2024-12-15 13:05:17 +01:00

View file

@ -5,7 +5,7 @@
</encoder>
</appender>
<root level="DEBUG">
<root level="INFO">
<appender-ref ref="STDOUT"/>
</root>
</configuration>