Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feiwww/SimpleNetwork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kashimAstro/SimpleNetwork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Nov 1, 2021

  1. change code slightly to fix issue#10

    crash reason: TCPServer::Task function free desc,
    but TCPServer::clean function does not set it NULL
    received function use desc[i]->message cause core
    although it has some hiccups,
    the code is helpful for learning socket.
    CuiShiMing(搜索事业部_搜索APP部) committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    b7ab1f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kashimAstro#18 from cuishiming/master

    change code slightly to fix issue#10
    kashimAstro authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    1b620c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    acb80e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kashimAstro#21 from TomwKang/fix/example-server

    fix(example-server):fix make bug
    kashimAstro authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    29bc615 View commit details
    Browse the repository at this point in the history
Loading