fix(websocket): install crypto provider if needed (#3124)

This commit is contained in:
Fabian-Lars
2025-11-25 20:02:47 +01:00
committed by GitHub
parent fa601e8754
commit 66a75ece27
4 changed files with 59 additions and 9 deletions
+6
View File
@@ -0,0 +1,6 @@
---
websocket: patch:bug
websocket-js: patch:bug
---
The WebSocket plugin will now install the default crypto provider if needed, preventing panics on WSS connections.