You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename fnTcpServer::available() to fnTcpServer::client()
The available() method should return the number of bytes available to
be read to be consistent with the rest of FujiNet. It returns
fnTcpClient so it makes more sense to call it client().
0 commit comments