Akshay Takkar
Akshay Takkar
Oh sorry..I mistakenly wrote private_pub.ru in place of private_pub.yml in my question. My private_pub.ru file has this ``` require "bundler/setup" require "yaml" require "faye" require "private_pub" Faye::WebSocket.load_adapter('thin') PrivatePub.load_config(File.expand_path("../config/private_pub.yml", __FILE__), ENV["RAILS_ENV"]...
I initially used the same config file you've given above, but when I looked in the network tab of my google chrome browser, it had initiated a GET request for...
The issue surprisingly got fixed when i ran the application on windows