Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.
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: googollee/go-socket.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: googollee/go-socket.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3-dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 132 files changed
  • 1 contributor

Commits on May 18, 2021

  1. Design v3 engineio API (#460)

    * Add std context
    
    * Add comments
    
    * Remove io.ReadAll()
    
    * Update options pattern.
    
    * add debug logging
    
    * Add client design.
    
    * add jsonp option
    
    * add session to client
    
    * Use OnPacket() to get notification packets.
    
    * Change client.Dial() to client.Open(), to meet the name of packet type.
    
    * Add middleware
    
    * Design v3
    
    * Add comments
    
    * main.go is an old file which is moved to server/main.go
    googollee authored May 18, 2021
    Configuration menu
    Copy the full SHA
    2356af8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Transport design v3. (#471)

    * Add transport design
    
    * Add FrameWriter.
    googollee authored May 21, 2021
    Configuration menu
    Copy the full SHA
    a893bdb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Remove old codes. (#479)

    * Remove old codes
    
    * Rollback renaming engine
    
    * Remove const error
    googollee authored May 24, 2021
    Configuration menu
    Copy the full SHA
    211acfb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Split definition in different files. Rename to engineio. (#482)

    * Split definition in different files. Rename to engineio.
    
    * Remove files in golangci.
    
    * Compatible with go 1.13
    
    * Fix lint
    
    * go mod tidy
    
    * Rename types in packet, make a type for transport names, make Context.Packet
    
    * Remove unfinshed polling
    
    * Add comments
    
    * Update signatures of With() and OnMessage()
    
    * Packet with reader interface.
    
    * Add Error type.
    
    * Add frame type with reader/writer.
    
    * fix typo
    
    * OnFrame returns an error to control a transport.
    googollee authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    fb2df57 View commit details
    Browse the repository at this point in the history
  2. Add polling transport

    googollee committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    09b5dea View commit details
    Browse the repository at this point in the history
  3. Fix lint

    googollee committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9861d44 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Finish polling tests.

    googollee committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    284dd5e View commit details
    Browse the repository at this point in the history
  2. Add comments

    googollee committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    14660f1 View commit details
    Browse the repository at this point in the history
  3. Handle writer errors.

    googollee committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    77d5414 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. add websocket transport

    googollee committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    12303e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    9fb8498 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. add websocket test

    googollee committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    b3d5b9e View commit details
    Browse the repository at this point in the history
  2. fix lint

    googollee committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    2ad6ab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Lock websocket.SendFrame()

    googollee committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7048afc View commit details
    Browse the repository at this point in the history
Loading