njones / socketio

A Modern SocketIO library for go
MIT License
60 stars 9 forks source link

Add handshake data to *SocketV4 #38

Closed njones closed 2 years ago

njones commented 2 years ago

This adds handshake data to the SocketV4 struct. This is the initial auth data that is present only in v4. Other data can be back ported to other versions as needed.