-
@Component
public class ImProperties {
public static String WEBSOCKET_SERVER_URL;
@PostConstruct
private void init() {
WEBSOCKET_SERVER_URL = websocketServerUrl;
}
…
-
_Originally posted by @StereoApp in https://github.com/mrniko/netty-socketio/commit/9ccdb36019e1ca981308c4456963c9ef75d82f56#commitcomment-30444681_
-
Create a sample to implement netty socketio in karaf( the reference osgi bundle container).
-
I can't find documentation on implementation, usage examples, config options and proper socketio shutdown (to prevent memory leaks) in java spring boot app. Where is it?
-
_Originally posted by @chenqiuxia in https://github.com/mrniko/netty-socketio/pull/531#commitcomment-30672765_
-
@trustin @normanmaurer
How to solve the problem of frequent memory broadcast and memory overflow?
`
protected void channelRead0(ChannelHandlerContext ctx, Object msg) throws Exception {
…
-
I set a namespace 'netty' on server, and then i create a client connect which namespace is not 'netty', so when connected, received '44/android,"Invalid namespace"' from server, but it's remain connec…
-
i get a issue ,
my server :netty-socketio
my client : socketio-client in node
``` js
var io = require('socket.io-client');
var socket = io("http://localhost:8080" ,{
"reconnect": true,
…
-
Hi guys,
Is file upload supported ? Any examples, both on socket-io.client and netty-socketio ?
Thank you !
-
net::ERR_CONNECTION_REFUSED
when I stated the project on the linux browser show this error,please help me。
ghost updated
6 years ago