You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance createTestWebSocket with event handler options
Added optional parameters to createTestWebSocket for onOpen, onClose, onError, and onMessage event handlers. Improved internal state tracking for open/close simulation and updated simulateMessage to use the provided onMessage handler.
0 commit comments