-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement test WebSocket server. #2552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
JunielKatarn
merged 39 commits into
microsoft:master
from
JunielKatarn:ISS/3010280/ws-server
Jun 21, 2019
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
72997ae
package.json newline.
JunielKatarn 4dc899f
Declare WebSocketServer.
JunielKatarn 3e0b17d
Merge branch 'master' of github.com:JunielKatarn/react-native-windows…
JunielKatarn 218ac71
Implement server and session read/write cycle.
JunielKatarn e54b33c
Implemented WebSocketServer::Stop.
JunielKatarn ae287db
Join worker thread after closing acceptor.
JunielKatarn c64cafc
Define WebSocketServiceCallbacks.
JunielKatarn be5679d
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn 4abcb17
WebSocketSession extend PUBLIC std::enable_shared...
JunielKatarn 7463813
Create/Connect/Stop WS client before stopping server.
JunielKatarn 833fba9
Merge branch 'master' of github.com:JunielKatarn/react-native-windows…
JunielKatarn b1ba69c
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn d026be0
Don't instert newline in package.json.
JunielKatarn ee421a4
Merge branch 'master' of github.com:JunielKatarn/react-native-windows…
JunielKatarn ce83084
Remove newline from package.json.
JunielKatarn de60549
Make MessageFactory receive string&&.
JunielKatarn a42e665
Store outgoing message in a member variable.
JunielKatarn 2304313
Use std::promise<string> in SendReceiveInProcServer.
JunielKatarn 4ec9d2f
Store sessions in member vector.
JunielKatarn 20fe4b4
Define WebSocketSession::Stop().
JunielKatarn 95af449
Implement WebSocketServer::SetOnHandshake.
JunielKatarn c7a97c0
Clean up integration tests.
JunielKatarn 3f06fe6
Remove m_reading.
JunielKatarn 269da91
Refactor as BaseWebSocketSession.
JunielKatarn a1811b1
Implemented SecureWebSocketSession and client test
JunielKatarn ca8db22
Merge branch 'master' of github.com:Microsoft/react-native-windows in…
JunielKatarn 8c6b5dc
Temporarily disable x86 in favor of Win32.
JunielKatarn f860d54
Make IWebSocket::Make __cdecl.
JunielKatarn 002eb0a
Reverted back to using OpenSSL.Windows-1.0.2n.
JunielKatarn 2c9c2c8
Merge branch 'master' of github.com:Microsoft/react-native-windows in…
JunielKatarn 7824a71
Re-introduced x86 as platform for IntegrationTests common.
JunielKatarn d8dcbf1
Use OpenSSL.Windows-1.0.2n 0.0.3.
JunielKatarn 14c1355
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn 9716161
Removed Stubs.cpp.
JunielKatarn 6198325
Updated ChakraCore.Debugger.
JunielKatarn c455e70
Remove unneeded __stdcall annotations.
JunielKatarn 7a12f2f
Removed unused Cdecls.
JunielKatarn f2018f2
Merge branch 'master' of github.com:microsoft/react-native-windows in…
JunielKatarn 9a146fa
Reverted unicode.cpp changes.
JunielKatarn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.