Giter Site home page Giter Site logo

Comments (17)

lmj0011 avatar lmj0011 commented on May 14, 2024 1

Give me until the end of the week to update this with more code. Sorry I've been quite busy. This Sunday at the latest.

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

Hello! Do you use Memory or Redis engine? Is this reproduced all the time?

from centrifugo.

lmj0011 avatar lmj0011 commented on May 14, 2024

The default, Memory.
It's reproduced everytime.

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

Hm.. Can't find what can cause this bug, and can not reproduce it. Could you post all websocket messages from chrome network console (Network -> WS)?

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

I will also try that particular build as soon as I get to linux machine.

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

Just tried to run on Centos 6 – works well... Could you also show the output of these 2 commands from machine where Centrifugo running (maybe you are using wrong build for your architecture)?

uname -a

and

cat /proc/cpuinfo

from centrifugo.

lmj0011 avatar lmj0011 commented on May 14, 2024

Just tried to run on Centos 6 – works well... Could you also show the output of these 2 commands from machine where Centrifugo running (maybe you are using wrong build for your architecture)?

uname -a
and

cat /proc/cpuinfo

forge@forge-virtual-machine:~/www/client1/BGateway$ uname -a
Linux forge-virtual-machine 3.19.0-49-generic #55-Ubuntu SMP Fri Jan 22 02:10:24 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux


forge@forge-virtual-machine:~/www/client1/BGateway$ cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 26
model name  : Intel(R) Xeon(R) CPU           W3565  @ 3.20GHz
stepping    : 5
microcode   : 0x19
cpu MHz     : 3200.000
cache size  : 8192 KB
physical id : 0
siblings    : 1
core id     : 0
cpu cores   : 1
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer hypervisor lahf_lm ida dtherm tsc_adjust
bugs        :
bogomips    : 6400.00
clflush size    : 64
cache_alignment : 64
address sizes   : 42 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 26
model name  : Intel(R) Xeon(R) CPU           W3565  @ 3.20GHz
stepping    : 5
microcode   : 0x19
cpu MHz     : 3200.000
cache size  : 8192 KB
physical id : 2
siblings    : 1
core id     : 0
cpu cores   : 1
apicid      : 2
initial apicid  : 2
fpu     : yes
fpu_exception   : yes
cpuid level : 11
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni ssse3 cx16 sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer hypervisor lahf_lm ida dtherm tsc_adjust
bugs        :
bogomips    : 6400.00
clflush size    : 64
cache_alignment : 64
address sizes   : 42 bits physical, 48 bits virtual
power management:

(maybe you are using wrong build for your architecture)?

I'm using the same build I used for v1.4.5

from centrifugo.

lmj0011 avatar lmj0011 commented on May 14, 2024

Hm.. Can't find what can cause this bug, and can not reproduce it. Could you post all websocket messages from chrome network console (Network -> WS)?

Nothing shows in the Network section of Chrome Web Console for this

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

Can you write into gitter chat - more comfortable to chat when debugging

from centrifugo.

lmj0011 avatar lmj0011 commented on May 14, 2024

this is the data I'm sending in new Centrifuge({})

let data = '{"user_data":'+ JSON.stringify(this.app.whoiami) +'}';

this.app.whoiami is just an object with some user properties, just like in the original post^^

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

Could you post all the code? Including new Centrifuge(..., subscription, publish etc? Because join messages use connection parameters. Also websocket frames can provide a great help (https://stackoverflow.com/questions/5751495/debugging-websocket-in-google-chrome)

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

@lmj0011 any news on this?

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

@lmj0011 just reproduced this! will try to fix asap.

from centrifugo.

lmj0011 avatar lmj0011 commented on May 14, 2024

👍😀 that's great. Now I don't have to upload my confusing code

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

@lmj0011 hope fixed this in 1.5.1 – could you check it out?

from centrifugo.

lmj0011 avatar lmj0011 commented on May 14, 2024

Just tested it, was not able to reproduce the error.
👍

from centrifugo.

FZambia avatar FZambia commented on May 14, 2024

Cool! Thanks for report!

from centrifugo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.