All files in the project must start with the following header. // Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. ...
Specifying 'protocols' (Sec-WebSocket-Protocol header) causes connection to close.#332 Open JaxBrachetti opened this issue Mar 11, 2024· 0 comments CommentsJaxBrachetti commented Mar 11, 2024 Issue: When specifying 'protocols' in WebSocketChannel.connect(..), the connection is closed and a ...
Some debugging on the server side shows that the incoming request does not have the 'Upgrade' header. Looking at source codes I could not find any clue, why the code should be different on different devices. Am I missing something? 👍 3 ...