Refactor servers

This commit is contained in:
Andrew Gutekanst
2020-01-13 17:19:29 -05:00
parent 0922ff4f9c
commit e5257eb6ed
16 changed files with 749 additions and 221 deletions

View File

@@ -27,7 +27,7 @@ func makeSignInFailureResp(respID RespID) []byte {
return bf.Data()
}
func makeSignInResp(username string) []byte {
func (session *Session) makeSignInResp(username string) []byte {
bf := byteframe.NewByteFrame()
// delete me: