olijeffers0n / rustplus

Rust+ API Wrapper Written in Python for the Game: Rust
https://rplus.ollieee.xyz/
MIT License
108 stars 28 forks source link

Hearbeat issues #56

Closed leocroatian closed 1 month ago

leocroatian commented 11 months ago

if self.rust_api.remote.ws is not None and self.rust_api.remote.is_open():

This just keeps repeating after sending a request once, so what am I doing wrong?

olijeffers0n commented 9 months ago

Hello, the Heartbeat is supposed to continuously invoke to keep the connection alive - like a heartbeat. Could you please elaborate on the issue?