forked from tradle/react-native-udp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tradle-master: Update react-native-udp.podspec Use address instead of host name feat(socket-lib): udpate GCDAsyncUdpSocket Added handling of GCDAsyncUdpSocket's socketDidClose callback in order to bubble notification that the socket has been closed Fix breaking change w/ Gradle dependencies (tradle#88) 2.6.1 add .git to .npmignore 2.6.0 fix max MTU (tradle#84) 2.5.2 Update react-native-udp.podspec (tradle#83)
- Loading branch information
Showing
6 changed files
with
1,125 additions
and
1,132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,5 @@ node_modules | |
.DS_Store | ||
|
||
# examples is not required in npm package | ||
examples/ | ||
examples/ | ||
.git/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.