fix: stabilize runtime follow-up regressions
This commit is contained in:
@@ -65,6 +65,7 @@ bool ws_send(String message, bool binary = false, String scope = "");
|
||||
bool ws_send_to(String connection_id, String message, bool binary = false);
|
||||
bool ws_close(String connection_id = "");
|
||||
|
||||
String backtrace_frames_string(void* const* frames, size_t size, u32 skip_frames = 0);
|
||||
String capture_backtrace_string(u32 max_frames = 32, u32 skip_frames = 0);
|
||||
String signal_name(int sig);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user