mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
patch NoTwitch to add back an erroneously removed method
This commit is contained in:
parent
7b0b687ddd
commit
34966d4bcf
1 changed files with 5 additions and 2 deletions
|
@ -107,7 +107,10 @@ func data_received(packet : PackedByteArray):
|
|||
|
||||
keepalive_timer = 0
|
||||
|
||||
|
||||
|
||||
print(info)
|
||||
|
||||
|
||||
func send_pong(pong):
|
||||
|
||||
pong.metadata.message_type = "session_pong"
|
||||
send_text(str(pong))
|
||||
|
|
Loading…
Reference in a new issue