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
API breakage: func WebSocket.onText(_:) is now with @preconcurrency
2
+
API breakage: func WebSocket.onBinary(_:) is now with @preconcurrency
3
+
API breakage: func WebSocket.onPong(_:) is now with @preconcurrency
4
+
API breakage: func WebSocket.onPing(_:) is now with @preconcurrency
5
+
API breakage: func WebSocket.connect(to:headers:configuration:on:onUpgrade:) is now with @preconcurrency
6
+
API breakage: func WebSocket.connect(scheme:host:port:path:query:headers:configuration:on:onUpgrade:) is now with @preconcurrency
7
+
API breakage: func WebSocket.connect(scheme:host:port:path:query:headers:proxy:proxyPort:proxyHeaders:proxyConnectDeadline:configuration:on:onUpgrade:) is now with @preconcurrency
8
+
API breakage: func WebSocket.connect(to:headers:proxy:proxyPort:proxyHeaders:proxyConnectDeadline:configuration:on:onUpgrade:) is now with @preconcurrency
9
+
API breakage: func WebSocket.client(on:onUpgrade:) is now with @preconcurrency
10
+
API breakage: func WebSocket.client(on:config:onUpgrade:) is now with @preconcurrency
11
+
API breakage: func WebSocket.server(on:onUpgrade:) is now with @preconcurrency
12
+
API breakage: func WebSocket.server(on:config:onUpgrade:) is now with @preconcurrency
13
+
API breakage: func WebSocketClient.connect(scheme:host:port:path:query:headers:onUpgrade:) is now with @preconcurrency
14
+
API breakage: func WebSocketClient.connect(scheme:host:port:path:query:headers:proxy:proxyPort:proxyHeaders:proxyConnectDeadline:onUpgrade:) is now with @preconcurrency
0 commit comments