Browse Source

Merge branch 'master' of github.com:mrniko/netty-socketio

# Conflicts:
#	pom.xml
master
Nikita Koksharov 5 years ago
parent
commit
c1e3d5aec4
  1. 4
      README.md
  2. 2
      checkstyle.xml

4
README.md

@ -48,6 +48,10 @@ Recent Releases
================================
#### Please Note: trunk is current development branch.
#### 17-Jan-2020 - version 1.7.18 released
Feature - support for event interceptors which catch all events (thanks to yosiat)
Fixed - namespace event broadcasting (thanks to Volodymyr Masliy)
#### 11-Jan-2019 - version 1.7.17 released
Feature - randomSession setting added to Config object (thanks to yuanxiangz)
Fixed - NPE in WebSocketTransport

2
checkstyle.xml

@ -68,8 +68,6 @@
<module name="TreeWalker">
<property name="cacheFile" value="${checkstyle.cache.file}"/>
<!-- Checks for Naming Conventions. -->
<!-- See http://checkstyle.sf.net/config_naming.html -->
<module name="ConstantName">

Loading…
Cancel
Save