-
Notifications
You must be signed in to change notification settings - Fork 165
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
Merge main into community #3686
Conversation
…kets (#3670) * Fix potential outgoing message corruption in managed websockets * Update CHANGELOG.md
Co-authored-by: fealebenpae <[email protected]>
* Use upstream for pkl workflows Signed-off-by: StefMa <[email protected]> * Remove custom pkl project Signed-off-by: StefMa <[email protected]> * Translate pkl actions --------- Signed-off-by: StefMa <[email protected]>
* Update core, bump max page size to 16kb * Use macos-latest * Drop support for UWP arm32 * Fix setup-xcode * Bump platform helpers to .net7 * Use net8 for analytics assembly * .net6 -> .net8 * Fix some tests * Use correct reference assemblies * Update ilspycmd, drop xamarin support * Downgrade Core * Fix logger regex * Update changelog * Remove check title workflow
Co-authored-by: nirinchev <[email protected]>
Co-authored-by: nirinchev <[email protected]>
* main: Prepare for vNext (#3685) Prepare for 12.5.0 (#3684) Update core to 14.13.2, bump max page size to 16kb (#3683) Use upstream pkl-gha for GitHub Action Workflows (#3677) Prepare for vNext (#3673) Prepare for 12.4.1 (#3672) RNET-1175 Fix potential outgoing message corruption in managed websockets (#3670) fix docs link add deprecation notice to README.md
Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @mpobrien. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a |
Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @mpobrien. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a |
Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @mpobrien. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a |
Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @mpobrien. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a |
This reverts commit 51a949c.
Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @mpobrien. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a |
Realm welcomes all contributions! The only requirement we have is that, like many other projects, we need to have a Contributor License Agreement (CLA) in place before we can accept any external code. Our own CLA is a modified version of the Apache Software Foundation’s CLA. Our records show that CLA has not been signed by @mpobrien. Please submit your CLA electronically using our Google form so we can accept your submissions. After signing the CLA you can recheck this PR with a |
…kets (#3670)
Fix potential outgoing message corruption in managed websockets
Update CHANGELOG.md
Description
Fixes #
TODO