Skip to content

Commit f1e7a4a

Browse files
committed
fix: fix problem when a new peer abort joining
Abort joining problem also comes from the signaling server: sigver v7.0.0 (v7.1.0 fixes this issue). Now the dist folder contains also es2015 netflux distribution (not minimized).
1 parent 4a61dc9 commit f1e7a4a

File tree

12 files changed

+1423
-145
lines changed

12 files changed

+1423
-145
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ npm-debug.log
44

55
# Build
66
dist/*
7+
!dist/netflux.es2015.js
78
!dist/netflux.js
89
!dist/netflux.min.js
910

0 commit comments

Comments
 (0)