叶俊锋
29b8d6874e
read netty document chapter 1
3 years ago
叶俊锋
b24ad26ce6
1.完善注释
4 years ago
叶俊锋
5f2369a856
1.调整目录结构
2.添加注释
4 years ago
叶俊锋
70544aee1e
init project
4 years ago
Nikita Koksharov
8e5f83dc4c
Update README.md
4 years ago
Nikita Koksharov
5d0b15710b
Update README.md
4 years ago
Nikita Koksharov
50b0f3178f
[maven-release-plugin] prepare for next development iteration
4 years ago
Nikita Koksharov
2fa8401ad6
[maven-release-plugin] prepare release netty-socketio-1.7.19
4 years ago
Nikita Koksharov
bd2576f355
Merge pull request #781 from mrniko/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.11 to 4.13.1
4 years ago
Nikita Koksharov
b5015308e6
netty updated
4 years ago
Nikita Koksharov
3cb91649f9
refactoring
4 years ago
dependabot[bot]
0e7bfa7b3f
Bump junit from 4.11 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Nikita Koksharov
18c8f230f4
Merge pull request #771 from GaryLeung922/hotfix
Hotfix:multy node with redisson receive multy same message
5 years ago
梁嘉祺
452870d6af
bugfix: node just publish one leave msg on client which joined multi rooms disconnect
5 years ago
梁嘉祺
8441045ed5
bugfix: multy node with redisson receive multy same message
5 years ago
Nikita Koksharov
72cfd6104f
Merge pull request #769 from johntyty912/master
fix namespace bug
5 years ago
johnlai
64d507937f
fix namespace bug
5 years ago
Nikita Koksharov
d439c74b1e
refactoring
5 years ago
Nikita Koksharov
c1e3d5aec4
Merge branch 'master' of github.com:mrniko/netty-socketio
# Conflicts:
# pom.xml
5 years ago
Nikita Koksharov
efda60a4e5
libs updated
5 years ago
Nikita Koksharov
bed2a3b05d
Merge pull request #738 from mrniko/dependabot/maven/io.netty-netty-handler-4.1.45.Final
Bump netty-handler from 4.1.44.Final to 4.1.45.Final
5 years ago
dependabot[bot]
9a01d76c2f
Bump netty-handler from 4.1.44.Final to 4.1.45.Final
Bumps [netty-handler](https://github.com/netty/netty ) from 4.1.44.Final to 4.1.45.Final.
- [Release notes](https://github.com/netty/netty/releases )
- [Commits](https://github.com/netty/netty/compare/netty-4.1.44.Final...netty-4.1.45.Final )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Nikita Koksharov
8899b5a30e
Update README.md
5 years ago
Nikita Koksharov
f78322dba9
[maven-release-plugin] prepare for next development iteration
5 years ago
Nikita Koksharov
2e1a9e9bb5
[maven-release-plugin] prepare release netty-socketio-1.7.18
5 years ago
Nikita Koksharov
1b14cc0e61
version updated
5 years ago
Nikita Koksharov
a9ec9f41fb
[maven-release-plugin] prepare for next development iteration
5 years ago
Nikita Koksharov
2f22e0aa69
license updated
5 years ago
Nikita Koksharov
2fdc9ed9b4
Merge branch 'master' of github.com:mrniko/netty-socketio
# Conflicts:
# pom.xml
5 years ago
Nikita Koksharov
aa918b3821
libs updated
5 years ago
Nikita Koksharov
4917ea4ae4
Merge pull request #719 from mrniko/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.1
Bump jackson-databind from 2.9.9.2 to 2.9.10.1
6 years ago
dependabot[bot]
05166f6a18
Bump jackson-databind from 2.9.9.2 to 2.9.10.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson ) from 2.9.9.2 to 2.9.10.1.
- [Release notes](https://github.com/FasterXML/jackson/releases )
- [Commits](https://github.com/FasterXML/jackson/commits )
Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Nikita Koksharov
4a11d0fb8e
Merge pull request #709 from yosiat/make-event-publish
Make "Event" class public
6 years ago
Yosi Attias
9655c257d4
Make "Event" class publish
In order to create custom serialization code (using `JsonSupport`) I
need to be able to create `Event` classes
6 years ago
Nikita Koksharov
c54bf3fcd2
Merge pull request #707 from yosiat/add-global-events
Add support for event interceptors which catch all events
6 years ago
Yosi Attias
f3621a915c
Add support for event interceptors which catch all events
6 years ago
Nikita Koksharov
00727fc8e1
libs updated
6 years ago
Nikita Koksharov
bc24bddce4
license header added
6 years ago
Nikita Koksharov
50b6b49f45
Merge pull request #678 from Skipua/bugfix/cross-namespace-broadcast
Fix cross-namespace broadcast happens on single ns
6 years ago
Volodymyr Masliy
75d08d405d
Fix cross-namespace broadcast happens on single ns
Given mutable nature of Packet object and a fact that single Packet
instance is created in BroadcastOperations before sending it all
clients, when event is emitted to room where clients with different
namespaces are joined, then all of them will receive that event on
single namespace.
By using withNs method, Packet copy will be created, effectively, solving
the issue
6 years ago
Nikita Koksharov
ea1787f336
Merge pull request #636 from CGNonofr/fix-composite-iterable
Fix CompositeIterable
6 years ago
Nikita Koksharov
cc994d8efe
Merge pull request #640 from alterdego/master
Fixed typos in README.md
6 years ago
Document Doctor
fe0c8ee9d5
Fixed typos in README.md
6 years ago
Nikita Koksharov
c5d64185cd
Update README.md
6 years ago
Nikita Koksharov
c170ecd988
[maven-release-plugin] prepare for next development iteration
6 years ago
Nikita Koksharov
641d64ad95
[maven-release-plugin] prepare release netty-socketio-1.7.17
6 years ago
Nikita Koksharov
bbb0c8f9a2
license header updated
6 years ago
Nikita Koksharov
005bed2794
Merge branch 'master' of github.com:mrniko/netty-socketio
6 years ago
Nikita Koksharov
f28fecb865
Redisson 3.9+ compatibility fixed
6 years ago
Nikita Koksharov
50080f9377
Jackson 2.7+ compatibility fixed
6 years ago