Update uS, add AsyncSocket::getRemoteAddress()

This commit is contained in:
Alex Hultman
2019-03-03 07:40:44 +01:00
parent 35e6bad33b
commit 495ccfc076
5 changed files with 13 additions and 2 deletions
+1
View File
@@ -48,6 +48,7 @@ public:
/* See AsyncSocket */
using Super::getBufferedAmount;
using Super::getRemoteAddress;
/* Simple, immediate close of the socket. Emits close event */
using Super::close;