No description
Find a file
2019-06-18 16:54:29 -07:00
CLZ Builds Updates CLZ Builds for release 2019-05-23 14:14:37 -06:00
Pepperdash Core updated client to add an event for the auto reconnect. Using this event with empty args to catch the client before the next attempt and change the port for a multi server environment. Also updated the server to not kill on a listen so that if the server stops listening due to max clients (does this automatically) it will be able to start listening on when it drops below max clients without disconnecting all connected clients. On server Also udpated the onConnectionChange to fire in its own thread so that the server can update its state and the state will be accurate in the event callbacks. See description in code. 2019-06-18 16:54:29 -07:00
.gitignore Post-merge sseclient compile for release package 2017-08-30 08:42:52 -05:00
Readme.md Updated Assembly version to 1.0.20. 2019-05-23 14:06:43 -06:00

Pepperdash Core

Workflow process

  • Create a Jira issue for the feature/bugfix. If you know you're targeting this update to coincide with a new release of Core, specify that release (or create a new one) as the Fix Version for the Jira issue
  • Branch from development using the syntax [feature/bugfix]/[pdc-x] (where x is the Jira issue number)
  • Modify code to suit and test. Make commits to the branch as you work.
  • Log a Pull Request on www.bitbucket.org and tag Heath and Neil as reviewers

Pull Request process

  • Check out the branch for the PR and review.
  • If necessary, merge the latest Development branch into the PR branch. Resolve any conflicts.
  • Increment the appropriate Assembly version number to match the next release in Jira
  • Build the project
  • Copy PepperDash_Core.cpz and PepperDash_Core.dll from the bin folder to the CLZ Builds folder in the repo root. Commit.
  • Merge the PR in Bitbucket