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
Nikita Koksharov
7b0359baff
netty updated
6 years ago
nonofr
83f3dc5d04
Fix CompositeIterable
Make it compatible with Spliterator/Stream in java8 by returning a new
iterator each time iterator() is called
6 years ago
Nikita Koksharov
4a2cbf5a8f
Merge pull request #630 from Yuanxiangz/master_593
Fix #593 : add randomSession config
6 years ago
Nikita Koksharov
5d1de005a2
libs updated
6 years ago
Nikita Koksharov
61ff15f202
Merge pull request #619 from Redliver/master
fix invalid namespace
6 years ago
yuanxiangz
4485a00039
Fix #593 : add randomSession config
6 years ago
Redliver
98467ccb38
fix invalid namespace
socketio.js 2.0 + netty-socketio-1.7.16
reason:
namespace request payload contains url query string info, like
`8:40/chat,`
`49:40/chatroom?uid=ba7822bee25940ada9d2a987670afc5d,`
it does'n match `/chat` or `/chatroom` in namespacehub
fix:
sub the query string
7 years ago
Nikita Koksharov
446c2c5dce
Merge pull request #603 from zhaolianwang/master
fix NPE & mem leak
7 years ago
Nikita
0dea55bdc7
Merge branch 'master' of github.com:mrniko/netty-socketio
7 years ago
Nikita
809931707c
Redisson compatibility fixed #602
7 years ago
zhaolianwang
bcb057fa62
subType
7 years ago
zhaolianwang
7d59e1c79f
Merge pull request #1 from zhaolianwang/fix_close_ws
fix null point
7 years ago
zhaolianwang
09d580325c
fix nullpoint
https://github.com/mrniko/netty-socketio/issues/596
reason:
WebSocketTransport line 144 : Packet packet = new Packet(PacketType.MESSAGE); //subType =null
PacketEncoder line 288: byte subType = toChar(packet.getSubType().getValue()); //NullPointerException
fix
WebSocketTransport
Packet packet = new Packet(PacketType.MESSAGE);
packet.setSubType(PacketType.MESSAGE);
7 years ago
Nikita Koksharov
53fee37526
Update README.md
7 years ago
Nikita
55e7802dfb
[maven-release-plugin] prepare for next development iteration
7 years ago
Nikita
4f64ad1c26
[maven-release-plugin] prepare release netty-socketio-1.7.16
7 years ago
Nikita
49ad31f4c6
license header added
7 years ago
Nikita Koksharov
2b206d3075
Merge pull request #579 from dawnbreaks/master
Fix concurrency issue
7 years ago
lubinwang
3a11421c1e
Fix concurrency issue
7 years ago
Nikita Koksharov
f501f9e290
Merge pull request #572 from dawnbreaks/master
fix memory leak issue
7 years ago
lubinwang
92ef9b58d5
release inactive long-polling channel from ClientsBox to avoid memory leak
7 years ago
Nikita Koksharov
3abb94d6e7
Merge pull request #560 from hangsucho/feature-547
[#547 ] process websocket CloseFrame
7 years ago